|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlSet
public class SafeConstructor.ConstructYamlSet
| Constructor Summary | |
|---|---|
SafeConstructor.ConstructYamlSet()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
construct(Node node)
Construct a Java instance with all the properties injected when it is possible. |
void |
construct2ndStep(Node node,
java.lang.Object object)
Apply the second step when constructing recursive structures. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SafeConstructor.ConstructYamlSet()
| Method Detail |
|---|
public java.lang.Object construct(Node node)
Construct
construct in interface Constructnode - composed Node
public void construct2ndStep(Node node,
java.lang.Object object)
Construct
construct2ndStep in interface Constructnode - composed Nodeobject - the instance constructed earlier by
construct(Node node) for the provided Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||