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 org.yaml.snakeyaml.representer.Representer
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle
protected TimeZone
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.options requiredYamlRepresenter
(org.yaml.snakeyaml.DumperOptions options) -
Method Summary
Modifier and TypeMethodDescriptionorg.yaml.snakeyaml.nodes.Tag
addClassTag
(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1) protected org.yaml.snakeyaml.nodes.Tag
void
setTimeZone
(TimeZone arg0) Methods inherited from class org.yaml.snakeyaml.representer.Representer
addTypeDescription, checkGlobalTag, getProperties, representJavaBean, representJavaBeanProperty, setPropertyUtils
Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle