Uses of Class
com.fasterxml.jackson.databind.type.IterationType
-
Packages that use IterationType Package Description com.fasterxml.jackson.databind.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,List
s andMap
s). -
-
Uses of IterationType in com.fasterxml.jackson.databind.type
Methods in com.fasterxml.jackson.databind.type that return IterationType Modifier and Type Method Description static IterationType
IterationType. construct(java.lang.Class<?> cls, TypeBindings bindings, JavaType superClass, JavaType[] superInts, JavaType iteratedType)
static IterationType
IterationType. upgradeFrom(JavaType baseType, JavaType iteratedType)
Factory method that can be used to "upgrade" a basic type into iteration type; usually done viaTypeModifier
IterationType
IterationType. withContentTypeHandler(java.lang.Object h)
IterationType
IterationType. withContentValueHandler(java.lang.Object h)
IterationType
IterationType. withStaticTyping()
IterationType
IterationType. withTypeHandler(java.lang.Object h)
IterationType
IterationType. withValueHandler(java.lang.Object h)
-