Uses of Class
org.codehaus.jackson.map.type.HierarchicType
-
Packages that use HierarchicType Package Description org.codehaus.jackson.map.type Package that contains concrete implementations ofJavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (likeClass,Type) and programmatically (for structured types, arrays,Lists andMaps). -
-
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, java.lang.Class<?> target)protected HierarchicTypeTypeFactory. _findSuperClassChain(java.lang.reflect.Type currentType, java.lang.Class<?> target)protected HierarchicTypeTypeFactory. _findSuperInterfaceChain(java.lang.reflect.Type currentType, java.lang.Class<?> target)protected HierarchicTypeTypeFactory. _findSuperTypeChain(java.lang.Class<?> subtype, java.lang.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, java.lang.Class<?> target)protected HierarchicTypeTypeFactory. _hashMapSuperInterfaceChain(HierarchicType current)protected JavaTypeTypeFactory. _resolveVariableViaSubTypes(HierarchicType leafType, java.lang.String variableName, TypeBindings bindings)voidHierarchicType. setSubType(HierarchicType sub)voidHierarchicType. setSuperType(HierarchicType sup)
-