Uses of Enum
org.instancio.internal.nodes.NodeKind
Packages that use NodeKind
Package
Description
Implementation classes for converting types to node hierarchies.
Contains node type resolvers.
-
Uses of NodeKind in org.instancio.internal.nodes
Methods in org.instancio.internal.nodes that return NodeKindModifier and TypeMethodDescriptionInternalNode.getNodeKind()static NodeKindReturns the enum constant of this type with the specified name.static NodeKind[]NodeKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.instancio.internal.nodes that return types with arguments of type NodeKindModifier and TypeMethodDescriptionReturnsNodeKindfor given target class, or an empty result if it could not be resolved.Methods in org.instancio.internal.nodes with parameters of type NodeKindModifier and TypeMethodDescriptionboolean -
Uses of NodeKind in org.instancio.internal.nodes.resolvers
Methods in org.instancio.internal.nodes.resolvers that return NodeKind