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 TypeClassDescriptionclass
Create Node for Object[]class
Create Node for Booleanclass
Create Node for byte[]class
Create eNode for Enumsclass
Create Node for Iteratorclass
Create Node for Listclass
Create Node for Map instanceprotected class
Create null Nodeclass
Create Node for Byte, Short, Integer, Long, BigIntegerclass
Create Node for Optional instance (the value of null)class
Represents primitive arrays, such as short[] and float[], by converting them into equivalentList
using the appropriate autoboxing type.class
Create Node for Set instancesclass
Create Node for Stringclass
Create Node for UUIDFields in org.snakeyaml.engine.v2.representer declared as RepresentToNodeModifier and TypeFieldDescriptionprotected RepresentToNode
BaseRepresenter.nullRepresenter
in 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.parentClassRepresenters
Keep representers which match a parent of the class to be representedprotected final Map
<Class<?>, RepresentToNode> BaseRepresenter.representers
Keep 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