Class YamlSerializer.LiquibaseRepresenter

    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      protected Map<Class<? extends Object>,​org.yaml.snakeyaml.nodes.Tag> classTags  
      protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle nonPrintableStyle  
      protected TimeZone timeZone  
      • Fields inherited from class org.yaml.snakeyaml.representer.Representer

        typeDefinitions
      • Fields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter

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

      Constructors 
      Constructor Description
      LiquibaseRepresenter​(org.yaml.snakeyaml.DumperOptions options)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.yaml.snakeyaml.nodes.Tag addClassTag​(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1)  
      protected Set<org.yaml.snakeyaml.introspector.Property> getProperties​(Class<? extends Object> type)  
      protected org.yaml.snakeyaml.nodes.Tag getTag​(Class<?> arg0, org.yaml.snakeyaml.nodes.Tag arg1)  
      TimeZone getTimeZone()  
      protected void init()  
      void setTimeZone​(TimeZone arg0)  
      • Methods inherited from class org.yaml.snakeyaml.representer.Representer

        addTypeDescription, checkGlobalTag, representJavaBean, representJavaBeanProperty, setPropertyUtils
      • Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter

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

      • classTags

        protected Map<Class<? extends Object>,​org.yaml.snakeyaml.nodes.Tag> classTags
      • nonPrintableStyle

        protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle nonPrintableStyle
    • Constructor Detail

      • LiquibaseRepresenter

        public LiquibaseRepresenter​(org.yaml.snakeyaml.DumperOptions options)
    • Method Detail

      • init

        protected void init()
      • getProperties

        protected Set<org.yaml.snakeyaml.introspector.Property> getProperties​(Class<? extends Object> type)
        Overrides:
        getProperties in class org.yaml.snakeyaml.representer.Representer
      • getTag

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

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

        public TimeZone getTimeZone()
      • setTimeZone

        public void setTimeZone​(TimeZone arg0)