public class CompactConstructor.ConstructCompactObject extends Constructor.ConstructMapping
| Constructor and Description |
|---|
ConstructCompactObject() |
| 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.
|
constructJavaBean2ndStep, getPropertypublic void construct2ndStep(Node node, Object object)
Constructconstruct2ndStep in interface Constructconstruct2ndStep in class Constructor.ConstructMappingnode - composed Nodeobject - the instance constructed earlier by
construct(Node node) for the provided Nodepublic Object construct(Node node)
Constructor.ConstructMappingTypeDescription.construct in interface Constructconstruct in class Constructor.ConstructMappingnode - node where the keys are property names (they can only be
Strings) and values are objects to be createdCopyright © 2008–2018. All rights reserved.