Package de.saumya.mojo.gems.spec.yaml
Class MappingRepresenter
java.lang.Object
org.yaml.snakeyaml.representer.BaseRepresenter
org.yaml.snakeyaml.representer.Representer
de.saumya.mojo.gems.spec.yaml.MappingRepresenter
public class MappingRepresenter
extends org.yaml.snakeyaml.representer.Representer
A helper for snakeYaml.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentArrayprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentBooleanprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentByteArrayprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentDateprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentEnumprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentIteratorprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentListprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentMapprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentNumberprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentPrimitiveArrayprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentSetprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentStringprotected classorg.yaml.snakeyaml.representer.SafeRepresenter.RepresentUuidNested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer
org.yaml.snakeyaml.representer.Representer.RepresentJavaBean -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.yaml.snakeyaml.DumperOptions.NonPrintableStyleprotected TimeZoneFields inherited from class org.yaml.snakeyaml.representer.Representer
typeDefinitionsFields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
defaultFlowStyle, defaultScalarStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.yaml.snakeyaml.nodes.TagaddClassTag(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1) protected org.yaml.snakeyaml.nodes.TagvoidsetTimeZone(TimeZone arg0) Methods inherited from class org.yaml.snakeyaml.representer.Representer
addTypeDescription, checkGlobalTag, getProperties, representJavaBean, representJavaBeanProperty, setPropertyUtilsMethods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle
-
Field Details
-
classTags
-
timeZone
-
nonPrintableStyle
protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle nonPrintableStyle
-
-
Constructor Details
-
MappingRepresenter
public MappingRepresenter()
-
-
Method Details
-
getTag
-
addClassTag
-
getTimeZone
-
setTimeZone
-