Uses of Class
org.codehaus.jackson.map.type.HierarchicType
Packages that use HierarchicType
Package
Description
-
Uses of HierarchicType in org.codehaus.jackson.map.type
Fields in org.codehaus.jackson.map.type declared as HierarchicTypeModifier and TypeFieldDescriptionprotected HierarchicTypeTypeFactory._cachedArrayListTypeLazily constructed copy of type hierarchy fromArrayListto its supertypes.protected HierarchicTypeTypeFactory._cachedHashMapTypeLazily constructed copy of type hierarchy fromHashMapto its supertypes.protected HierarchicTypeHierarchicType._subTypeprotected HierarchicTypeHierarchicType._superTypeMethods in org.codehaus.jackson.map.type that return HierarchicTypeModifier and TypeMethodDescriptionprotected HierarchicTypeTypeFactory._arrayListSuperInterfaceChain(HierarchicType current) protected HierarchicTypeTypeFactory._doFindSuperInterfaceChain(HierarchicType current, Class<?> target) protected HierarchicTypeTypeFactory._findSuperClassChain(Type currentType, Class<?> target) protected HierarchicTypeTypeFactory._findSuperInterfaceChain(Type currentType, Class<?> target) protected HierarchicTypeTypeFactory._findSuperTypeChain(Class<?> subtype, Class<?> supertype) Helper method used to find inheritance (implements, extends) path between given types, if one exists (caller generally checks before calling this method).protected HierarchicTypeTypeFactory._hashMapSuperInterfaceChain(HierarchicType current) HierarchicType.deepCloneWithoutSubtype()Method that can be used to create a deep clone of this hierarchic type, including super types (but not subtypes)final HierarchicTypeHierarchicType.getSubType()final HierarchicTypeHierarchicType.getSuperType()Methods in org.codehaus.jackson.map.type with parameters of type HierarchicTypeModifier and TypeMethodDescriptionprotected HierarchicTypeTypeFactory._arrayListSuperInterfaceChain(HierarchicType current) protected HierarchicTypeTypeFactory._doFindSuperInterfaceChain(HierarchicType current, Class<?> target) protected HierarchicTypeTypeFactory._hashMapSuperInterfaceChain(HierarchicType current) protected JavaTypeTypeFactory._resolveVariableViaSubTypes(HierarchicType leafType, String variableName, TypeBindings bindings) voidHierarchicType.setSubType(HierarchicType sub) voidHierarchicType.setSuperType(HierarchicType sup)