|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.composer | |
| org.yaml.snakeyaml.constructor | |
| org.yaml.snakeyaml.nodes | |
| org.yaml.snakeyaml.representer | |
| org.yaml.snakeyaml.serializer | |
| Uses of Node in org.yaml.snakeyaml |
|---|
| Methods in org.yaml.snakeyaml that return Node | |
|---|---|
Node |
Loader.compose(Reader yaml)
Parse the first YAML document in a stream and produce the corresponding representation tree. |
Node |
Yaml.compose(Reader io)
Parse the first YAML document in a stream and produce the corresponding representation tree. |
| Methods in org.yaml.snakeyaml that return types with arguments of type Node | |
|---|---|
Iterable<Node> |
Loader.composeAll(Reader yaml)
Parse all YAML documents in a stream and produce corresponding representation trees. |
Iterable<Node> |
Yaml.composeAll(Reader io)
Parse all YAML documents in a stream and produce corresponding representation trees. |
| Uses of Node in org.yaml.snakeyaml.composer |
|---|
| Methods in org.yaml.snakeyaml.composer that return Node | |
|---|---|
Node |
Composer.getNode()
|
Node |
Composer.getSingleNode()
|
| Uses of Node in org.yaml.snakeyaml.constructor |
|---|
| Methods in org.yaml.snakeyaml.constructor with parameters of type Node | |
|---|---|
protected Object |
BaseConstructor.callConstructor(Node node)
Create Java instance from the specified Node |
protected void |
BaseConstructor.callPostCreate(Node node,
Object object)
|
Object |
Construct.construct(Node node)
Construct a Java instance with all the properties injected when it is possible. |
Object |
Constructor.ConstructScalar.construct(Node nnode)
|
void |
AbstractConstruct.construct2ndStep(Node node,
Object data)
Fail with a reminder to provide the seconds step for a recursive structure |
void |
Construct.construct2ndStep(Node node,
Object object)
Apply the second step when constructing recursive structures. |
protected Object |
BaseConstructor.constructObject(Node node)
Construct object from the specified Node. |
protected Class<?> |
Constructor.getClassForNode(Node node)
|
| Uses of Node in org.yaml.snakeyaml.nodes |
|---|
| Subclasses of Node in org.yaml.snakeyaml.nodes | |
|---|---|
class |
CollectionNode
|
class |
MappingNode
|
class |
ScalarNode
|
class |
SequenceNode
|
| Methods in org.yaml.snakeyaml.nodes that return Node | |
|---|---|
Node |
NodeTuple.getKeyNode()
|
Node |
NodeTuple.getValueNode()
|
| Methods in org.yaml.snakeyaml.nodes that return types with arguments of type Node | |
|---|---|
List<Node> |
SequenceNode.getValue()
|
| Constructors in org.yaml.snakeyaml.nodes with parameters of type Node | |
|---|---|
NodeTuple(Node keyNode,
Node valueNode)
|
|
| Constructor parameters in org.yaml.snakeyaml.nodes with type arguments of type Node | |
|---|---|
SequenceNode(String tag,
boolean resolved,
List<Node> value,
Mark startMark,
Mark endMark,
Boolean flowStyle)
|
|
SequenceNode(String tag,
List<Node> value,
Boolean flowStyle)
|
|
| Uses of Node in org.yaml.snakeyaml.representer |
|---|
| Fields in org.yaml.snakeyaml.representer with type parameters of type Node | |
|---|---|
protected Map<Object,Node> |
BaseRepresenter.representedObjects
|
| Methods in org.yaml.snakeyaml.representer that return Node | |
|---|---|
Node |
Representer.RepresentJavaBean.representData(Object data)
|
protected Node |
BaseRepresenter.representData(Object data)
|
Node |
Represent.representData(Object data)
Create a Node |
protected Node |
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. |
protected Node |
BaseRepresenter.representMapping(String tag,
Map<? extends Object,Object> mapping,
Boolean flowStyle)
|
protected Node |
BaseRepresenter.representScalar(String tag,
String value)
|
protected Node |
BaseRepresenter.representScalar(String tag,
String value,
Character style)
|
protected Node |
BaseRepresenter.representSequence(String tag,
List<? extends Object> sequence,
Boolean flowStyle)
|
| Methods in org.yaml.snakeyaml.representer with parameters of type Node | |
|---|---|
protected void |
Representer.checkGlobalTag(Property property,
Node node,
Object object)
Remove redundant global tag for a type safe (generic) collection if it is the same as defined by the JavaBean property |
| Uses of Node in org.yaml.snakeyaml.serializer |
|---|
| Methods in org.yaml.snakeyaml.serializer with parameters of type Node | |
|---|---|
void |
Serializer.serialize(Node node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||