public static class YamlSerializer.LiquibaseRepresenter
extends org.yaml.snakeyaml.representer.Representer
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> |
classTags |
static Pattern |
MULTILINE_PATTERN |
protected TimeZone |
timeZone |
| Constructor and Description |
|---|
YamlSerializer.LiquibaseRepresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.yaml.snakeyaml.introspector.Property> |
getProperties(Class<? extends Object> type) |
protected org.yaml.snakeyaml.nodes.Tag |
getTag(Class<?> clazz,
org.yaml.snakeyaml.nodes.Tag defaultTag) |
protected void |
init() |
org.yaml.snakeyaml.nodes.Node |
represent(Object data) |
protected org.yaml.snakeyaml.nodes.MappingNode |
representJavaBean(Set<org.yaml.snakeyaml.introspector.Property> properties,
Object javaBean) |
protected org.yaml.snakeyaml.nodes.NodeTuple |
representJavaBeanProperty(Object javaBean,
org.yaml.snakeyaml.introspector.Property property,
Object propertyValue,
org.yaml.snakeyaml.nodes.Tag customTag) |
protected TimeZone timeZone
public static Pattern MULTILINE_PATTERN
protected void init()
protected org.yaml.snakeyaml.nodes.Tag getTag(Class<?> clazz, org.yaml.snakeyaml.nodes.Tag defaultTag)
protected org.yaml.snakeyaml.nodes.MappingNode representJavaBean(Set<org.yaml.snakeyaml.introspector.Property> properties, Object javaBean)
representJavaBean in class org.yaml.snakeyaml.representer.Representerprotected org.yaml.snakeyaml.nodes.NodeTuple representJavaBeanProperty(Object javaBean, org.yaml.snakeyaml.introspector.Property property, Object propertyValue, org.yaml.snakeyaml.nodes.Tag customTag)
representJavaBeanProperty in class org.yaml.snakeyaml.representer.Representerpublic org.yaml.snakeyaml.nodes.Node represent(Object data)
represent in class org.yaml.snakeyaml.representer.BaseRepresenterprotected Set<org.yaml.snakeyaml.introspector.Property> getProperties(Class<? extends Object> type) throws IntrospectionException
getProperties in class org.yaml.snakeyaml.representer.RepresenterIntrospectionExceptionCopyright © 2018 Liquibase.org. All rights reserved.