Uses of Interface
org.snakeyaml.engine.v2.api.RepresentToNode
Packages that use RepresentToNode
-
Uses of RepresentToNode in org.snakeyaml.engine.v2.representer
Classes in org.snakeyaml.engine.v2.representer that implement RepresentToNodeModifier and TypeClassDescriptionclassCreate Node for Object[]classCreate Node for BooleanclassCreate Node for byte[]classCreate eNode for EnumsclassCreate Node for IteratorclassCreate Node for ListclassCreate Node for Map instanceprotected classCreate null NodeclassCreate Node for Byte, Short, Integer, Long, BigIntegerclassCreate Node for Optional instance (the value of null)classRepresents primitive arrays, such as short[] and float[], by converting them into equivalentListusing the appropriate autoboxing type.classCreate Node for Set instancesclassCreate Node for StringclassCreate Node for UUIDFields in org.snakeyaml.engine.v2.representer declared as RepresentToNodeModifier and TypeFieldDescriptionprotected RepresentToNodeBaseRepresenter.nullRepresenterin Java 'null' is not a type.Fields in org.snakeyaml.engine.v2.representer with type parameters of type RepresentToNodeModifier and TypeFieldDescriptionprotected final Map<Class<?>, RepresentToNode> BaseRepresenter.parentClassRepresentersKeep representers which match a parent of the class to be representedprotected final Map<Class<?>, RepresentToNode> BaseRepresenter.representersKeep representers which must match the class exactlyMethods in org.snakeyaml.engine.v2.representer that return types with arguments of type RepresentToNodeModifier and TypeMethodDescriptionprotected Optional<RepresentToNode> BaseRepresenter.findRepresenterFor(Object data) Find the representer which is suitable to represent the internal structure of the provided instance to a Node