protected class Constructor.ConstructSequence extends java.lang.Object implements Construct
Modifier | Constructor and Description |
---|---|
protected |
ConstructSequence() |
Modifier and Type | Method and Description |
---|---|
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.
|
private java.lang.Class<? extends java.lang.Object> |
wrapIfPrimitive(java.lang.Class<?> clazz) |
public java.lang.Object construct(Node node)
Construct
private final java.lang.Class<? extends java.lang.Object> wrapIfPrimitive(java.lang.Class<?> clazz)
public void construct2ndStep(Node node, java.lang.Object object)
Construct
construct2ndStep
in interface Construct
node
- composed Nodeobject
- the instance constructed earlier by construct(Node node)
for the
provided Node