public class YamlRepresenter extends Representer
Representer.RepresentJavaBean
Modifier and Type | Field | Description |
---|---|---|
protected Map<Class<? extends Object>,Tag> |
classTags |
|
protected DumperOptions.NonPrintableStyle |
nonPrintableStyle |
|
protected TimeZone |
timeZone |
defaultFlowStyle, defaultScalarStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers
typeDefinitions
Constructor | Description |
---|---|
YamlRepresenter() |
Modifier and Type | Method | Description |
---|---|---|
Tag |
addClassTag(Class<? extends Object> arg0,
Tag arg1) |
|
protected Tag |
getTag(Class<?> arg0,
Tag arg1) |
|
TimeZone |
getTimeZone() |
|
void |
setTimeZone(TimeZone arg0) |
getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTypeDescription, checkGlobalTag, getProperties, representJavaBean, representJavaBeanProperty, setPropertyUtils
protected TimeZone timeZone
protected DumperOptions.NonPrintableStyle nonPrintableStyle
Copyright © 2021. All rights reserved.