| Package | Description |
|---|---|
| org.codehaus.jackson.map.type |
Package that contains concrete implementations of
JavaType, as
well as the factory (TypeFactory) for
constructing instances from various input data types
(like Class, Type)
and programmatically (for structured types, arrays,
Lists and Maps). |
| Modifier and Type | Method and Description |
|---|---|
static SimpleType |
SimpleType.construct(java.lang.Class<?> cls) |
static SimpleType |
SimpleType.constructUnsafe(java.lang.Class<?> raw)
Method used by core Jackson classes: NOT to be used by application code.
|
SimpleType |
SimpleType.withContentValueHandler(java.lang.Object h) |
SimpleType |
SimpleType.withTypeHandler(java.lang.Object h) |
SimpleType |
SimpleType.withValueHandler(java.lang.Object h) |