Class ResultTree
java.lang.Object
org.zalando.typemapper.core.result.ResultTree
- All Implemented Interfaces:
DbResultNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(DbResultNode node) getChildByName(String name) getName()getValue()toString()
-
Constructor Details
-
ResultTree
public ResultTree()
-
-
Method Details
-
getNodeType
- Specified by:
getNodeTypein interfaceDbResultNode
-
getValue
- Specified by:
getValuein interfaceDbResultNode
-
getChildren
- Specified by:
getChildrenin interfaceDbResultNode
-
getName
- Specified by:
getNamein interfaceDbResultNode
-
getChildByName
- Specified by:
getChildByNamein interfaceDbResultNode
-
addChild
-
toString
-