A B C D E F I J K L M N O P R S T U V W 
All Classes All Packages

A

adapt(Object, NodeAdapter) - Static method in class com.apicatalog.tree.io.NativeAdapter
 
adapter - Variable in class com.apicatalog.tree.io.NodeModel
 
adapter - Variable in class com.apicatalog.tree.io.NodeVisitor
Adapter providing access to node types and children.
adapter() - Method in class com.apicatalog.tree.io.NodeModel
 
AdapterProvider - Class in com.apicatalog.tree.io
 
AdapterProvider(Collection<NodeAdapter>) - Constructor for class com.apicatalog.tree.io.AdapterProvider
 
adapters - Variable in class com.apicatalog.tree.io.AdapterProvider
 
adapters() - Method in class com.apicatalog.tree.io.AdapterProvider
 
Any - com.apicatalog.tree.io.NodeGenerator.PropertyKeyPolicy
 
asDecimal(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
asDecimal(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
asDecimal(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
asDecimal(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Converts the given node to a BigDecimal, if possible.
asIterable(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
asIterable(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
asIterable(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
asIterable(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the node as an iterable.
asStream(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
asStream(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
asStream(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
asStream(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the node as a stream.
asString(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
asString(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
asString(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
asString(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the string representation of the node, converting other types as needed.

B

beginCollection() - Method in class com.apicatalog.tree.io.Jackson2Writer
 
beginCollection() - Method in class com.apicatalog.tree.io.JakartaMaterializer
 
beginCollection() - Method in class com.apicatalog.tree.io.JakartaWriter
 
beginCollection() - Method in class com.apicatalog.tree.io.NodeGenerator
 
beginMap() - Method in class com.apicatalog.tree.io.Jackson2Writer
 
beginMap() - Method in class com.apicatalog.tree.io.JakartaMaterializer
 
beginMap() - Method in class com.apicatalog.tree.io.JakartaWriter
 
beginMap() - Method in class com.apicatalog.tree.io.NodeGenerator
 
bigIntegerValue(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
bigIntegerValue(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
bigIntegerValue(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
bigIntegerValue(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the BigInteger value of a number node.
BINARY - com.apicatalog.tree.io.NodeType
 
binaryValue(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
binaryValue(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
binaryValue(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
binaryValue(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the binary value of the node as a byte array.
builders - Variable in class com.apicatalog.tree.io.JakartaMaterializer
 

C

COLLECTION - com.apicatalog.tree.io.NodeType
 
COLLECTION_ELEMENT - com.apicatalog.tree.io.NodeVisitor.Context
Node is an element of a collection or array.
com.apicatalog.tree.io - package com.apicatalog.tree.io
 
comparingEntry(Function<Map.Entry<?, ?>, Comparable>) - Static method in class com.apicatalog.tree.io.NodeModel
 
comparingNode(Function<Object, Comparable>) - Static method in class com.apicatalog.tree.io.NodeModel
 
Context() - Constructor for enum com.apicatalog.tree.io.NodeVisitor.Context
 

D

decimalValue(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
decimalValue(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
decimalValue(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
decimalValue(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the BigDecimal value of a number node.
deepEquals(Object, NodeAdapter, Object, NodeAdapter) - Static method in class com.apicatalog.tree.io.NodeModel
 
deepEqualsCollection(Iterable<? extends Object>, NodeAdapter, Iterable<? extends Object>, NodeAdapter) - Static method in class com.apicatalog.tree.io.NodeModel
 
depth - Variable in class com.apicatalog.tree.io.NodeVisitor
Current depth.
doubleValue(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
doubleValue(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
doubleValue(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
doubleValue(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the double value of a number node.

E

elements(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
elements(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
elements(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
elements(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the child nodes of a collection node as an Iterable.
elementStream(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
elementStream(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
elementStream(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
elementStream(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the child nodes of a collection node as a Stream.
end() - Method in class com.apicatalog.tree.io.Jackson2Writer
 
end() - Method in class com.apicatalog.tree.io.JakartaMaterializer
 
end() - Method in class com.apicatalog.tree.io.JakartaWriter
 
end() - Method in class com.apicatalog.tree.io.NodeGenerator
 
END - com.apicatalog.tree.io.NodeVisitor.Context
Marks the end of a collection or map.
entries(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
entries(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
entries(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
entries(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns all key-value pairs of the given map node as an Iterable.
entryComparator - Variable in class com.apicatalog.tree.io.NodeVisitor
Comparator for map entries.
entryStream(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
entryStream(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
entryStream(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
entryStream(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns all key-value pairs of the given map node as a Stream.

F

FALSE - com.apicatalog.tree.io.NodeType
 
findAdapter(Object) - Method in class com.apicatalog.tree.io.AdapterProvider
 

I

instance() - Static method in class com.apicatalog.tree.io.Jackson2Adapter
 
instance() - Static method in class com.apicatalog.tree.io.JakartaAdapter
 
instance() - Static method in class com.apicatalog.tree.io.NativeAdapter
 
INSTANCE - Static variable in class com.apicatalog.tree.io.Jackson2Adapter
 
INSTANCE - Static variable in class com.apicatalog.tree.io.JakartaAdapter
 
INSTANCE - Static variable in class com.apicatalog.tree.io.NativeAdapter
 
intValue(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
intValue(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
intValue(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
intValue(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the integer value of a number node.
isBinary(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isBinary(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isBinary(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isBinary(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the node contains binary data.
isBoolean(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isBoolean(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isBoolean(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isBoolean(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the node represents a boolean value.
isCollection(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isCollection(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isCollection(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isCollection(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the node represents a collection.
isEmpty(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isEmpty(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isEmpty(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isEmpty(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether a map node has no entries or a collection node has no items.
isIntegral(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isIntegral(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isIntegral(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isIntegral(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether a number node represents an integral value.
isList(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isList(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isList(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isList(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Preserves insertion order and can contain duplicates.
isMap(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isMap(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isMap(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isMap(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the node represents a map (object) structure.
isNode(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isNode(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isNode(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isNode(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the given object can be processed by this adapter.
isNull(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isNull(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isNull(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isNull(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the node represents a null value.
isNumber(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isNumber(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isNumber(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isNumber(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the node represents a numeric value.
isScalar() - Method in enum com.apicatalog.tree.io.NodeType
 
isSet(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isSet(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isSet(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isSet(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Contains only unique elements.
isString(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
isString(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
isString(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
isString(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Checks whether the node represents a string value.
isStructure() - Method in enum com.apicatalog.tree.io.NodeType
 

J

Jackson2Adapter - Class in com.apicatalog.tree.io
Jackson2Adapter is a NodeAdapter implementation that bridges between a generic tree model and the Jackson 2 JsonNode API.
Jackson2Adapter() - Constructor for class com.apicatalog.tree.io.Jackson2Adapter
 
Jackson2Writer - Class in com.apicatalog.tree.io
 
Jackson2Writer(JsonGenerator) - Constructor for class com.apicatalog.tree.io.Jackson2Writer
 
Jackson2Writer(JsonGenerator, Deque<Object>) - Constructor for class com.apicatalog.tree.io.Jackson2Writer
 
JakartaAdapter - Class in com.apicatalog.tree.io
 
JakartaAdapter() - Constructor for class com.apicatalog.tree.io.JakartaAdapter
 
JakartaMaterializer - Class in com.apicatalog.tree.io
 
JakartaMaterializer() - Constructor for class com.apicatalog.tree.io.JakartaMaterializer
 
JakartaWriter - Class in com.apicatalog.tree.io
 
JakartaWriter(JsonGenerator) - Constructor for class com.apicatalog.tree.io.JakartaWriter
 
JakartaWriter(JsonGenerator, Deque<Object>) - Constructor for class com.apicatalog.tree.io.JakartaWriter
 
json - Variable in class com.apicatalog.tree.io.JakartaMaterializer
 
json() - Method in class com.apicatalog.tree.io.JakartaMaterializer
 

K

keyComparator(Comparator<Map.Entry<?, ?>>) - Method in class com.apicatalog.tree.io.NodeVisitor
Sets the comparator used to order map property keys during traversal.
keys(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
keys(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
keys(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
keys(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the collection of property key nodes for a map node.
KEYS - Static variable in class com.apicatalog.tree.io.Jackson2Adapter
 
KEYS - Static variable in class com.apicatalog.tree.io.JakartaAdapter
 
KEYS - Static variable in class com.apicatalog.tree.io.NativeAdapter
 
keyTypes() - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
keyTypes() - Method in class com.apicatalog.tree.io.JakartaAdapter
 
keyTypes() - Method in class com.apicatalog.tree.io.NativeAdapter
 
keyTypes() - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the set of node types that are supported as keys in map nodes for this adapter.

L

longValue(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
longValue(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
longValue(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
longValue(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the long value of a number node.

M

MAP - com.apicatalog.tree.io.NodeType
 
maxDepth - Variable in class com.apicatalog.tree.io.NodeVisitor
Maximum depth allowed during traversal.
maxDepth() - Method in class com.apicatalog.tree.io.NodeVisitor
Returns the maximum depth allowed during traversal.
maxDepth(int) - Method in class com.apicatalog.tree.io.NodeVisitor
Sets the maximum depth of traversal.
maxVisited - Variable in class com.apicatalog.tree.io.NodeVisitor
Maximum number of nodes allowed to be visited.
maxVisited() - Method in class com.apicatalog.tree.io.NodeVisitor
Returns the maximum number of nodes that can be visited during traversal.
maxVisited(int) - Method in class com.apicatalog.tree.io.NodeVisitor
Sets the maximum number of nodes that can be visited during traversal.

N

NativeAdapter - Class in com.apicatalog.tree.io
 
NativeAdapter() - Constructor for class com.apicatalog.tree.io.NativeAdapter
 
node - Variable in class com.apicatalog.tree.io.NodeModel
 
node - Variable in class com.apicatalog.tree.io.NodeVisitor
Current node.
node() - Method in class com.apicatalog.tree.io.NodeGenerator
 
node() - Method in class com.apicatalog.tree.io.NodeModel
 
node(Object, NodeAdapter) - Method in class com.apicatalog.tree.io.JakartaMaterializer
 
node(Object, NodeAdapter) - Method in class com.apicatalog.tree.io.NodeGenerator
 
NodeAdapter - Interface in com.apicatalog.tree.io
Provides a uniform abstraction for reading tree-like data structures.
nodeContext - Variable in class com.apicatalog.tree.io.NodeVisitor
Role of the current node.
NodeGenerator - Class in com.apicatalog.tree.io
 
NodeGenerator(Deque<Object>, NodeGenerator.PropertyKeyPolicy) - Constructor for class com.apicatalog.tree.io.NodeGenerator
 
NodeGenerator.PropertyKeyPolicy - Enum in com.apicatalog.tree.io
 
NodeModel - Class in com.apicatalog.tree.io
Immutable representation of a tree structure accessed through a NodeAdapter.
NodeModel(Object, NodeAdapter) - Constructor for class com.apicatalog.tree.io.NodeModel
Creates a new immutable tree with the given root node and adapter.
nodeType - Variable in class com.apicatalog.tree.io.NodeVisitor
Type of the current node.
NodeType - Enum in com.apicatalog.tree.io
Supported node types in a tree structure.
NodeType(boolean) - Constructor for enum com.apicatalog.tree.io.NodeType
 
nodeTypes() - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
nodeTypes() - Method in class com.apicatalog.tree.io.JakartaAdapter
 
nodeTypes() - Method in class com.apicatalog.tree.io.NativeAdapter
 
nodeTypes() - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the set of node types supported by this adapter.
NodeVisitor - Class in com.apicatalog.tree.io
A non-recursive depth-first traversal for arbitrary trees.
NodeVisitor(Deque<Object>, NodeAdapter) - Constructor for class com.apicatalog.tree.io.NodeVisitor
Creates a new traversal with the given stack and adapter.
NodeVisitor(Deque<Object>, NodeAdapter, Comparator<Map.Entry<?, ?>>) - Constructor for class com.apicatalog.tree.io.NodeVisitor
 
NodeVisitor.Context - Enum in com.apicatalog.tree.io
Indicates the role of the node during traversal.
NULL - com.apicatalog.tree.io.NodeType
 
NUMBER - com.apicatalog.tree.io.NodeType
 

O

of(NodeAdapter...) - Static method in class com.apicatalog.tree.io.AdapterProvider
 
of(Object, NodeAdapter) - Static method in class com.apicatalog.tree.io.NodeVisitor
Creates a new NodeVisitor starting at the given root node, using the default property key ordering - insertion order.
of(Object, NodeAdapter, Comparator<Map.Entry<?, ?>>) - Static method in class com.apicatalog.tree.io.NodeVisitor
Creates a new NodeVisitor starting at the given root node, using a custom comparator for ordering map property keys.

P

policy - Variable in class com.apicatalog.tree.io.NodeGenerator
 
property(Object, Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
property(Object, Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
property(Object, Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
property(Object, Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the property value associated with the specified key node in a map node.
PROPERTY_KEY - com.apicatalog.tree.io.NodeVisitor.Context
Node is a property key in a map.
PROPERTY_VALUE - com.apicatalog.tree.io.NodeVisitor.Context
Node is a property value in a map.
PropertyKeyPolicy() - Constructor for enum com.apicatalog.tree.io.NodeGenerator.PropertyKeyPolicy
 

R

reset(Object, NodeAdapter) - Method in class com.apicatalog.tree.io.NodeVisitor
Resets the traversal with a new root node and adapter.
ROOT - com.apicatalog.tree.io.NodeVisitor.Context
Node is the root of the tree.

S

scalar - Variable in enum com.apicatalog.tree.io.NodeType
 
scalar(Object) - Method in class com.apicatalog.tree.io.Jackson2Writer
 
scalar(Object) - Method in class com.apicatalog.tree.io.JakartaMaterializer
 
scalar(Object) - Method in class com.apicatalog.tree.io.JakartaWriter
 
scalar(Object) - Method in class com.apicatalog.tree.io.NodeGenerator
 
ScalarOnly - com.apicatalog.tree.io.NodeGenerator.PropertyKeyPolicy
 
size(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
size(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
size(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
size(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the number of entries in a map node or items in a collection node.
stack - Variable in class com.apicatalog.tree.io.NodeVisitor
Stack used for traversal.
step() - Method in class com.apicatalog.tree.io.NodeVisitor
Advances the traversal by one step.
STRING - com.apicatalog.tree.io.NodeType
 
StringOnly - com.apicatalog.tree.io.NodeGenerator.PropertyKeyPolicy
 
stringValue(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
stringValue(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
stringValue(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
stringValue(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the string value of the node.

T

toJsonValue(Object) - Method in class com.apicatalog.tree.io.JakartaMaterializer
 
TRUE - com.apicatalog.tree.io.NodeType
 
type(Object) - Method in class com.apicatalog.tree.io.Jackson2Adapter
 
type(Object) - Method in class com.apicatalog.tree.io.JakartaAdapter
 
type(Object) - Method in class com.apicatalog.tree.io.NativeAdapter
 
type(Object) - Method in interface com.apicatalog.tree.io.NodeAdapter
Returns the type of the given node.

U

UNLIMITED_DEPTH - Static variable in class com.apicatalog.tree.io.NodeVisitor
Sentinel value indicating no maximum depth limit.
UNLIMITED_NODES - Static variable in class com.apicatalog.tree.io.NodeVisitor
Sentinel value indicating no maximum node visit limit.

V

valueOf(String) - Static method in enum com.apicatalog.tree.io.NodeGenerator.PropertyKeyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.apicatalog.tree.io.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.apicatalog.tree.io.NodeVisitor.Context
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.apicatalog.tree.io.NodeGenerator.PropertyKeyPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.apicatalog.tree.io.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.apicatalog.tree.io.NodeVisitor.Context
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class com.apicatalog.tree.io.Jackson2Adapter
 
VALUES - Static variable in class com.apicatalog.tree.io.JakartaAdapter
 
VALUES - Static variable in class com.apicatalog.tree.io.NativeAdapter
 
visited - Variable in class com.apicatalog.tree.io.NodeVisitor
Number of nodes visited.
visited() - Method in class com.apicatalog.tree.io.NodeVisitor
Returns the number of nodes visited.

W

writer - Variable in class com.apicatalog.tree.io.Jackson2Writer
 
writer - Variable in class com.apicatalog.tree.io.JakartaWriter
 
A B C D E F I J K L M N O P R S T U V W 
All Classes All Packages