ConstructCompactConstructor.ConstructCompactObjectprotected 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)
Constructconstruct2ndStep in interface Constructnode - 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.