Uses of Interface
org.zalando.typemapper.core.result.DbResultNode
Packages that use DbResultNode
-
Uses of DbResultNode in org.zalando.typemapper.core.fieldMapper
Methods in org.zalando.typemapper.core.fieldMapper with parameters of type DbResultNodeModifier and TypeMethodDescriptionDefaultObjectMapper.unmarshalFromDbNode(DbResultNode object) abstract BoundObjectMapper.unmarshalFromDbNode(DbResultNode dbResultNode) -
Uses of DbResultNode in org.zalando.typemapper.core.result
Classes in org.zalando.typemapper.core.result that implement DbResultNodeModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.zalando.typemapper.core.result that return DbResultNodeModifier and TypeMethodDescriptionArrayResultNode.getChildByName(String name) DbResultNode.getChildByName(String name) MapResultNode.getChildByName(String name) ObjectResultNode.getChildByName(String name) ResultTree.getChildByName(String name) SimpleResultNode.getChildByName(String name) Methods in org.zalando.typemapper.core.result that return types with arguments of type DbResultNodeModifier and TypeMethodDescriptionArrayResultNode.getChildren()DbResultNode.getChildren()MapResultNode.getChildren()ObjectResultNode.getChildren()ResultTree.getChildren()SimpleResultNode.getChildren()Methods in org.zalando.typemapper.core.result with parameters of type DbResultNode