liquibase.serializer.core.yaml
Class YamlSnapshotSerializer.SnapshotLiquibaseRepresenter

java.lang.Object
  extended by org.yaml.snakeyaml.representer.BaseRepresenter
      extended by org.yaml.snakeyaml.representer.Representer
          extended by liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
              extended by liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
Enclosing class:
YamlSnapshotSerializer

public static class YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
extends YamlSerializer.LiquibaseRepresenter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer
org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
 
Field Summary
protected  Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> classTags
           
static Pattern MULTILINE_PATTERN
           
protected  TimeZone timeZone
           
 
Fields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
defaultFlowStyle, defaultScalarStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers
 
Constructor Summary
YamlSnapshotSerializer.SnapshotLiquibaseRepresenter()
           
 
Method Summary
protected  void init()
           
 
Methods inherited from class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
getProperties, getTag, represent, representJavaBean, representJavaBeanProperty
 
Methods inherited from class org.yaml.snakeyaml.representer.Representer
checkGlobalTag
 
Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
getDefaultFlowStyle, getPropertyUtils, isExplicitPropertyUtils, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle, setPropertyUtils
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classTags

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

timeZone

protected TimeZone timeZone

MULTILINE_PATTERN

public static Pattern MULTILINE_PATTERN
Constructor Detail

YamlSnapshotSerializer.SnapshotLiquibaseRepresenter

public YamlSnapshotSerializer.SnapshotLiquibaseRepresenter()
Method Detail

init

protected void init()
Overrides:
init in class YamlSerializer.LiquibaseRepresenter


Copyright © 2016 Liquibase.org. All rights reserved.