Package liquibase.serializer.core.yaml
Class YamlSerializer.LiquibaseRepresenter
java.lang.Object
org.yaml.snakeyaml.representer.BaseRepresenter
org.yaml.snakeyaml.representer.Representer
liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- Direct Known Subclasses:
YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
- Enclosing class:
- YamlSerializer
public static class YamlSerializer.LiquibaseRepresenter
extends org.yaml.snakeyaml.representer.Representer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer
org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle
protected 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
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
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 Details
-
classTags
-
timeZone
-
nonPrintableStyle
protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle nonPrintableStyle
-
-
Constructor Details
-
LiquibaseRepresenter
public LiquibaseRepresenter(org.yaml.snakeyaml.DumperOptions options)
-
-
Method Details
-
init
protected void init() -
getProperties
- Overrides:
getProperties
in classorg.yaml.snakeyaml.representer.Representer
-
getTag
-
addClassTag
-
getTimeZone
-
setTimeZone
-