AbstractConstruct
, CompactConstructor.ConstructCompactObject
, Constructor.ConstructMapping
, Constructor.ConstructScalar
, Constructor.ConstructSequence
, Constructor.ConstructYamlObject
, SafeConstructor.ConstructUndefined
, SafeConstructor.ConstructYamlBinary
, SafeConstructor.ConstructYamlBool
, SafeConstructor.ConstructYamlFloat
, SafeConstructor.ConstructYamlInt
, SafeConstructor.ConstructYamlMap
, SafeConstructor.ConstructYamlNull
, SafeConstructor.ConstructYamlOmap
, SafeConstructor.ConstructYamlPairs
, SafeConstructor.ConstructYamlSeq
, SafeConstructor.ConstructYamlSet
, SafeConstructor.ConstructYamlStr
, SafeConstructor.ConstructYamlTimestamp
public interface Construct
Modifier and Type | Method | Description |
---|---|---|
Object |
construct(Node node) |
Construct a Java instance with all the properties injected when it is
possible.
|
void |
construct2ndStep(Node node,
Object object) |
Apply the second step when constructing recursive structures.
|
Object construct(Node node)
node
- composed Nodevoid construct2ndStep(Node node, Object object)
node
- composed Nodeobject
- the instance constructed earlier by
construct(Node node)
for the provided NodeCopyright © 2008–2018. All rights reserved.