Uses of Interface
org.snakeyaml.engine.v2.api.RepresentToNode
-
Packages that use RepresentToNode Package Description org.snakeyaml.engine.v2.representer -
-
Uses of RepresentToNode in org.snakeyaml.engine.v2.representer
Classes in org.snakeyaml.engine.v2.representer that implement RepresentToNode Modifier and Type Class Description protected classStandardRepresenter.RepresentArrayprotected classStandardRepresenter.RepresentBooleanprotected classStandardRepresenter.RepresentByteArrayprotected classStandardRepresenter.RepresentEnumprotected classStandardRepresenter.RepresentIteratorprotected classStandardRepresenter.RepresentListprotected classStandardRepresenter.RepresentMapprotected classStandardRepresenter.RepresentNullprotected classStandardRepresenter.RepresentNumberprotected classStandardRepresenter.RepresentOptionalprotected classStandardRepresenter.RepresentPrimitiveArrayRepresents primitive arrays, such as short[] and float[], by converting them into equivalentListusing the appropriate autoboxing type.protected classStandardRepresenter.RepresentSetprotected classStandardRepresenter.RepresentStringprotected classStandardRepresenter.RepresentUuidFields in org.snakeyaml.engine.v2.representer declared as RepresentToNode Modifier and Type Field Description protected RepresentToNodeBaseRepresenter. nullRepresenterin Java 'null' is not a type.Fields in org.snakeyaml.engine.v2.representer with type parameters of type RepresentToNode Modifier and Type Field Description protected Map<Class<?>,RepresentToNode>BaseRepresenter. parentClassRepresentersKeep representers which match a parent of the class to be representedprotected 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 RepresentToNode Modifier and Type Method Description protected Optional<RepresentToNode>BaseRepresenter. findRepresenterFor(Object data)Find the representer which is suitable to represent the internal structure of the provided instance to a Node
-