Class YamlRepresenter
- java.lang.Object
-
- org.yaml.snakeyaml.representer.BaseRepresenter
-
- org.yaml.snakeyaml.representer.Representer
-
- io.wcm.devops.conga.generator.spi.yaml.context.YamlRepresenter
-
public final class YamlRepresenter extends org.yaml.snakeyaml.representer.Representer
SnakeYAMLRepresenter
implementation.
-
-
Constructor Summary
Constructors Constructor Description YamlRepresenter()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods 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
registerRepresent(Class<?> clazz, org.yaml.snakeyaml.representer.Represent represent)
Register a represent.void
setTimeZone(TimeZone arg0)
-
Methods inherited from class org.yaml.snakeyaml.representer.Representer
addTypeDescription, checkGlobalTag, getProperties, representJavaBean, representJavaBeanProperty, setPropertyUtils
-
Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
getDefaultFlowStyle, getDefaultScalarStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle
-
-
-
-
Method Detail
-
registerRepresent
public void registerRepresent(Class<?> clazz, org.yaml.snakeyaml.representer.Represent represent)
Register a represent.- Parameters:
clazz
- Class to representrepresent
- Represent implementation
-
getTag
protected org.yaml.snakeyaml.nodes.Tag getTag(Class<?> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
-
addClassTag
public org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
-
getTimeZone
public TimeZone getTimeZone()
-
setTimeZone
public void setTimeZone(TimeZone arg0)
-
-