public interface ConstructNode
| Modifier and Type | Method and Description |
|---|---|
Object |
construct(Node node)
Construct a Java instance with all the properties injected when it is possible.
|
default void |
constructRecursive(Node node,
Object object)
Apply the second step when constructing recursive structures.
|
Object construct(Node node)
node - composed Nodedefault void constructRecursive(Node node, Object object)
node - composed Nodeobject - the instance constructed earlier by
construct(Node node) for the provided NodeCopyright © 2018–2022. All rights reserved.