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 Link icon

    Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer Link icon

    org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag>
     
    protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle
     
    protected TimeZone
     

    Fields inherited from class org.yaml.snakeyaml.representer.Representer Link icon

    typeDefinitions

    Fields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter Link icon

    defaultFlowStyle, defaultScalarStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Deprecated.
    options required
    YamlRepresenter(org.yaml.snakeyaml.DumperOptions options)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.yaml.snakeyaml.nodes.Tag
    addClassTag(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
     
    protected org.yaml.snakeyaml.nodes.Tag
    getTag(Class<?> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
     
     
    void
     

    Methods inherited from class org.yaml.snakeyaml.representer.Representer Link icon

    addTypeDescription, checkGlobalTag, getProperties, representJavaBean, representJavaBeanProperty, setPropertyUtils

    Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter Link icon

    getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • classTags Link icon

      protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> classTags
    • timeZone Link icon

      protected TimeZone timeZone
    • nonPrintableStyle Link icon

      protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle nonPrintableStyle
  • Constructor Details Link icon

    • YamlRepresenter Link icon

      @Deprecated(since="1.19.4") public YamlRepresenter()
      Deprecated.
      options required
    • YamlRepresenter Link icon

      public YamlRepresenter(@NotNull org.yaml.snakeyaml.DumperOptions options)
  • Method Details Link icon

    • getTag Link icon

      protected org.yaml.snakeyaml.nodes.Tag getTag(Class<?> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
    • addClassTag Link icon

      public org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
    • getTimeZone Link icon

      public TimeZone getTimeZone()
    • setTimeZone Link icon

      public void setTimeZone(TimeZone arg0)