Uses of Class
com.fasterxml.jackson.databind.type.IterationType
Packages that use IterationType
Package
Description
-
Uses of IterationType in com.fasterxml.jackson.databind.type
Methods in com.fasterxml.jackson.databind.type that return IterationTypeModifier and TypeMethodDescriptionstatic IterationType
IterationType.construct
(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.withContentTypeHandler
(Object h) IterationType.withContentValueHandler
(Object h) IterationType.withStaticTyping()
IterationType.withTypeHandler
(Object h) IterationType.withValueHandler
(Object h)