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,Lists andMaps). -
-
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 IterationTypeIterationType. construct(java.lang.Class<?> cls, TypeBindings bindings, JavaType superClass, JavaType[] superInts, JavaType iteratedType)static IterationTypeIterationType. upgradeFrom(JavaType baseType, JavaType iteratedType)Factory method that can be used to "upgrade" a basic type into iteration type; usually done viaTypeModifierIterationTypeIterationType. withContentTypeHandler(java.lang.Object h)IterationTypeIterationType. withContentValueHandler(java.lang.Object h)IterationTypeIterationType. withStaticTyping()IterationTypeIterationType. withTypeHandler(java.lang.Object h)IterationTypeIterationType. withValueHandler(java.lang.Object h)
-