Construct
CompactConstructor.ConstructCompactObject
protected class Constructor.ConstructMapping extends Object implements Construct
Modifier | Constructor | Description |
---|---|---|
protected |
ConstructMapping() |
Modifier and Type | Method | Description |
---|---|---|
Object |
construct(Node node) |
Construct JavaBean.
|
void |
construct2ndStep(Node node,
Object object) |
Apply the second step when constructing recursive structures.
|
protected Object |
constructJavaBean2ndStep(MappingNode node,
Object object) |
|
protected Property |
getProperty(Class<? extends Object> type,
String name) |
public Object construct(Node node)
TypeDescription
.public void construct2ndStep(Node node, Object object)
Construct
construct2ndStep
in interface Construct
node
- composed Nodeobject
- the instance constructed earlier by
construct(Node node)
for the provided Nodeprotected Object constructJavaBean2ndStep(MappingNode node, Object object)
Copyright © 2008–2018. All rights reserved.