Package | Description |
---|---|
com.fasterxml.jackson.databind.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,
List s and Map s). |
Modifier and Type | Field and Description |
---|---|
protected TypeParser |
TypeFactory._parser |
Modifier and Type | Method and Description |
---|---|
TypeParser |
TypeParser.withFactory(TypeFactory f) |
Constructor and Description |
---|
TypeFactory(TypeParser p,
TypeModifier[] mods) |
TypeFactory(TypeParser p,
TypeModifier[] mods,
java.lang.ClassLoader classLoader) |