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