Uses of Class
org.codehaus.jackson.map.type.HierarchicType
-
Packages that use HierarchicType Package Description org.codehaus.jackson.map.type -
-
Uses of HierarchicType in org.codehaus.jackson.map.type
Fields in org.codehaus.jackson.map.type declared as HierarchicType Modifier and Type Field Description protected 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 HierarchicType Modifier and Type Method Description protected 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)HierarchicTypeHierarchicType. deepCloneWithoutSubtype()Method that can be used to create a deep clone of this hierarchic type, including super types (but not subtypes)HierarchicTypeHierarchicType. getSubType()HierarchicTypeHierarchicType. getSuperType()Methods in org.codehaus.jackson.map.type with parameters of type HierarchicType Modifier and Type Method Description protected 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)
-