Package | Description |
---|---|
org.yaml.snakeyaml.composer | |
org.yaml.snakeyaml.constructor | |
org.yaml.snakeyaml.representer |
Modifier and Type | Method and Description |
---|---|
protected Node |
Composer.composeKeyNode(MappingNode node)
To be able to override composeNode(node) which is a key
|
protected void |
Composer.composeMappingChildren(List<NodeTuple> children,
MappingNode node)
Compose the members of mapping
|
protected Node |
Composer.composeValueNode(MappingNode node)
To be able to override composeNode(node) which is a value
|
Modifier and Type | Method and Description |
---|---|
protected Object |
Constructor.ConstructMapping.constructJavaBean2ndStep(MappingNode node,
Object object) |
protected Map<Object,Object> |
BaseConstructor.constructMapping(MappingNode node)
Create Map from mapping
|
protected void |
BaseConstructor.constructMapping2ndStep(MappingNode node,
Map<Object,Object> mapping)
Fill provided Map with constructed data
|
protected void |
SafeConstructor.constructMapping2ndStep(MappingNode node,
Map<Object,Object> mapping) |
protected Set<Object> |
BaseConstructor.constructSet(MappingNode node)
Create Set from mapping
|
protected void |
BaseConstructor.constructSet2ndStep(MappingNode node,
Set<Object> set) |
protected void |
SafeConstructor.constructSet2ndStep(MappingNode node,
Set<Object> set) |
protected void |
SafeConstructor.flattenMapping(MappingNode node) |
protected void |
SafeConstructor.flattenMapping(MappingNode node,
boolean forceStringKeys) |
protected Map<Object,Object> |
BaseConstructor.newMap(MappingNode node) |
protected void |
SafeConstructor.processDuplicateKeys(MappingNode node) |
protected void |
SafeConstructor.processDuplicateKeys(MappingNode node,
boolean forceStringKeys) |
Modifier and Type | Method and Description |
---|---|
protected MappingNode |
Representer.representJavaBean(Set<Property> properties,
Object javaBean)
Tag logic: - explicit root tag is set in serializer - if there is a predefined class tag it is
used - a global tag with class name is always used as tag.
|
Copyright © 2008–2022. All rights reserved.