Uses of Interface
com.apicatalog.tree.io.NodeAdapter
-
Uses of NodeAdapter in com.apicatalog.tree.io
Classes in com.apicatalog.tree.io that implement NodeAdapterModifier and TypeClassDescriptionclassJackson2Adapteris aNodeAdapterimplementation that bridges between a generic tree model and the Jackson 2JsonNodeAPI.classclassFields in com.apicatalog.tree.io declared as NodeAdapterModifier and TypeFieldDescriptionprotected final NodeAdapterNodeModel.adapterprotected NodeAdapterNodeVisitor.adapterAdapter providing access to node types and children.Fields in com.apicatalog.tree.io with type parameters of type NodeAdapterModifier and TypeFieldDescriptionprotected final Collection<NodeAdapter>AdapterProvider.adaptersMethods in com.apicatalog.tree.io that return NodeAdapterMethods in com.apicatalog.tree.io that return types with arguments of type NodeAdapterModifier and TypeMethodDescriptionAdapterProvider.adapters()AdapterProvider.findAdapter(Object node) Methods in com.apicatalog.tree.io with parameters of type NodeAdapterModifier and TypeMethodDescriptionstatic final ObjectNativeAdapter.adapt(Object value, NodeAdapter adapter) (package private) static final booleanNodeModel.deepEquals(Object left, NodeAdapter leftAdapter, Object right, NodeAdapter rightAdapter) protected static booleanNodeModel.deepEqualsCollection(Iterable<? extends Object> left, NodeAdapter leftAdapter, Iterable<? extends Object> right, NodeAdapter rightAdapter) voidJakartaMaterializer.node(Object node, NodeAdapter adapter) voidNodeGenerator.node(Object node, NodeAdapter adapter) static final AdapterProviderAdapterProvider.of(NodeAdapter... adapters) static NodeVisitorNodeVisitor.of(Object root, NodeAdapter adapter) Creates a newNodeVisitorstarting at the given root node, using the default property key ordering - insertion order.static NodeVisitorNodeVisitor.of(Object root, NodeAdapter adapter, Comparator<Map.Entry<?, ?>> propertyComparator) Creates a newNodeVisitorstarting at the given root node, using a custom comparator for ordering map property keys.voidNodeVisitor.reset(Object node, NodeAdapter adapter) Resets the traversal with a new root node and adapter.Constructors in com.apicatalog.tree.io with parameters of type NodeAdapterModifierConstructorDescriptionNodeModel(Object node, NodeAdapter adapter) Creates a new immutable tree with the given root node and adapter.protectedNodeVisitor(Deque<Object> stack, NodeAdapter adapter) Creates a new traversal with the given stack and adapter.protectedNodeVisitor(Deque<Object> stack, NodeAdapter adapter, Comparator<Map.Entry<?, ?>> entryComparator) Constructor parameters in com.apicatalog.tree.io with type arguments of type NodeAdapter