Uses of Enum
com.apicatalog.tree.io.NodeType
-
Uses of NodeType in com.apicatalog.tree.io
Fields in com.apicatalog.tree.io declared as NodeTypeModifier and TypeFieldDescriptionprotected NodeTypeNodeVisitor.nodeTypeType of the current node.Fields in com.apicatalog.tree.io with type parameters of type NodeTypeModifier and TypeFieldDescriptionJackson2Adapter.KEYSJakartaAdapter.KEYSNativeAdapter.KEYSJackson2Adapter.VALUESJakartaAdapter.VALUESNativeAdapter.VALUESMethods in com.apicatalog.tree.io that return NodeTypeModifier and TypeMethodDescriptionReturns the type of the given node.static NodeTypeReturns the enum constant of this type with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.apicatalog.tree.io that return types with arguments of type NodeTypeModifier and TypeMethodDescriptionJackson2Adapter.keyTypes()JakartaAdapter.keyTypes()NativeAdapter.keyTypes()NodeAdapter.keyTypes()Returns the set of node types that are supported as keys in map nodes for this adapter.Jackson2Adapter.nodeTypes()JakartaAdapter.nodeTypes()NativeAdapter.nodeTypes()NodeAdapter.nodeTypes()Returns the set of node types supported by this adapter.