| 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) | 
| protected void | Composer. composeMappingChildren(List<NodeTuple> children,
                      MappingNode node) | 
| protected Node | Composer. composeValueNode(MappingNode node) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | Constructor.ConstructMapping. constructJavaBean2ndStep(MappingNode node,
                        Object object) | 
| protected Map<Object,Object> | BaseConstructor. constructMapping(MappingNode node) | 
| protected void | BaseConstructor. constructMapping2ndStep(MappingNode node,
                       Map<Object,Object> mapping) | 
| protected void | SafeConstructor. constructMapping2ndStep(MappingNode node,
                       Map<Object,Object> mapping) | 
| protected Set<Object> | BaseConstructor. constructSet(MappingNode node) | 
| 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 Map<Object,Object> | BaseConstructor. newMap(MappingNode node) | 
| protected void | SafeConstructor. processDuplicateKeys(MappingNode node) | 
| 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–2021. All rights reserved.