Uses of Interface
org.yaml.snakeyaml.representer.Represent
Packages that use Represent
-
Uses of Represent in org.yaml.snakeyaml.representer
Classes in org.yaml.snakeyaml.representer that implement RepresentModifier and TypeClassDescriptionprotected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
Represents primitive arrays, such as short[] and float[], by converting them into equivalent Listand List using the appropriate autoboxing type. protected class
protected class
protected class
Fields in org.yaml.snakeyaml.representer declared as RepresentModifier and TypeFieldDescriptionprotected Represent
BaseRepresenter.nullRepresenter
in Java 'null' is not a type.Fields in org.yaml.snakeyaml.representer with type parameters of type RepresentModifier and TypeFieldDescriptionBaseRepresenter.multiRepresenters
represent class and its children with common codeBaseRepresenter.representers
represent the class without its subclasses