public class YamlRepresenter
extends org.yaml.snakeyaml.representer.Representer
| Modifier and Type | Field | Description | 
|---|---|---|
| protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> | classTags | |
| static Pattern | MULTILINE_PATTERN | |
| protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle | nonPrintableStyle | |
| protected TimeZone | timeZone | 
| Constructor | Description | 
|---|---|
| YamlRepresenter() | 
| 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) | |
| TimeZone | getTimeZone() | |
| void | setTimeZone(TimeZone arg0) | 
getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyleprotected TimeZone timeZone
protected org.yaml.snakeyaml.DumperOptions.NonPrintableStyle nonPrintableStyle
public static Pattern MULTILINE_PATTERN
protected org.yaml.snakeyaml.nodes.Tag getTag(Class<?> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
public org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
public TimeZone getTimeZone()
public void setTimeZone(TimeZone arg0)
Copyright © 2020. All rights reserved.