protected class Constructor.ConstructMapping extends Object implements Construct
| Modifier | Constructor and Description | 
|---|---|
| protected  | Constructor.ConstructMapping() | 
| Modifier and Type | Method and 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–2021. All rights reserved.