Package org.bukkit.configuration.file
Class YamlRepresenter
java.lang.Object
org.yaml.snakeyaml.representer.BaseRepresenter
org.yaml.snakeyaml.representer.Representer
org.bukkit.configuration.file.YamlRepresenter
public class YamlRepresenter extends Representer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer
Representer.RepresentJavaBean -
Field Summary
Fields Modifier and Type Field Description protected Map<Class<? extends Object>,Tag>classTagsprotected DumperOptions.NonPrintableStylenonPrintableStyleprotected TimeZonetimeZoneFields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
defaultFlowStyle, defaultScalarStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers -
Constructor Summary
Constructors Constructor Description YamlRepresenter() -
Method Summary
Modifier and Type Method Description TagaddClassTag(Class<? extends Object> arg0, Tag arg1)protected TaggetTag(Class<?> arg0, Tag arg1)TimeZonegetTimeZone()voidsetTimeZone(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
-
Constructor Details
-
YamlRepresenter
public YamlRepresenter()
-
-
Method Details