|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeBuilder<V extends org.yaml.snakeyaml.nodes.Node>
Created with IntelliJ IDEA. User: santiagovacas Date: 6/28/13 Time: 5:48 PM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
Object |
buildValue(Object parent,
V node)
Builds the java model for the given node and set it to the parent object |
void |
setParentNodeBuilder(NodeBuilder parentBuilder)
Sets the parent builder |
| Method Detail |
|---|
Object buildValue(Object parent,
V node)
parent - The parent objectnode - The node to build the model from
void setParentNodeBuilder(NodeBuilder parentBuilder)
parentBuilder -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||