Uses of Class
com.apicatalog.tree.io.NodeVisitor
-
-
Uses of NodeVisitor in com.apicatalog.tree.io
Subclasses of NodeVisitor in com.apicatalog.tree.io Modifier and Type Class Description classJackson2WriterclassJakartaMaterializerclassJakartaWriterclassNodeGeneratorMethods in com.apicatalog.tree.io that return NodeVisitor Modifier and Type Method Description static NodeVisitorNodeVisitor. of(java.lang.Object root, NodeAdapter adapter)Creates a newNodeVisitorstarting at the given root node, using the default property key ordering - insertion order.static NodeVisitorNodeVisitor. of(java.lang.Object root, NodeAdapter adapter, java.util.Comparator<java.util.Map.Entry<?,?>> propertyComparator)Creates a newNodeVisitorstarting at the given root node, using a custom comparator for ordering map property keys.
-