Class ObjectResultNode
java.lang.Object
org.zalando.typemapper.core.result.ObjectResultNode
- All Implemented Interfaces:
DbResultNode
-
Constructor Summary
ConstructorsConstructorDescriptionObjectResultNode(String value, String name, String typeName, long typeId, Connection connection) -
Method Summary
-
Constructor Details
-
ObjectResultNode
public ObjectResultNode(String value, String name, String typeName, long typeId, Connection connection) throws SQLException - Throws:
SQLException
-
-
Method Details
-
getType
-
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
-
toString
-