de.saumya.mojo.gems.spec.yaml
Class MappingRepresenter
java.lang.Object
org.yaml.snakeyaml.representer.BaseRepresenter
org.yaml.snakeyaml.representer.Representer
de.saumya.mojo.gems.spec.yaml.MappingRepresenter
public class MappingRepresenter
- extends org.yaml.snakeyaml.representer.Representer
A helper for snakeYaml.
- Author:
- cstamas
| Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer |
org.yaml.snakeyaml.representer.Representer.RepresentJavaBean |
| Fields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter |
defaultFlowStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers |
| Methods inherited from class org.yaml.snakeyaml.representer.Representer |
checkGlobalTag, getProperties, representJavaBean, representJavaBeanProperty, setAllowReadOnlyProperties |
| Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter |
represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classTags
protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> classTags
BINARY_PATTERN
public static Pattern BINARY_PATTERN
MappingRepresenter
public MappingRepresenter()
ignoreAliases
protected boolean ignoreAliases(Object arg0)
- Specified by:
ignoreAliases in class org.yaml.snakeyaml.representer.BaseRepresenter
addClassTag
public org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0,
String arg1)
addClassTag
public org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0,
org.yaml.snakeyaml.nodes.Tag arg1)
Copyright © 2010. All Rights Reserved.