| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.type |
| Modifier and Type | Method and Description |
|---|---|
static 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 via
TypeModifier |
IterationType |
IterationType.withContentTypeHandler(Object h) |
IterationType |
IterationType.withContentValueHandler(Object h) |
IterationType |
IterationType.withStaticTyping() |
IterationType |
IterationType.withTypeHandler(Object h) |
IterationType |
IterationType.withValueHandler(Object h) |
Copyright © 2008–2025 FasterXML. All rights reserved.