| 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,
Lists and Maps). |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.IllegalArgumentException |
TypeParser._problem(TypeParser.MyTokenizer tokens,
java.lang.String msg) |
protected java.lang.Class<?> |
TypeParser.findClass(java.lang.String className,
TypeParser.MyTokenizer tokens) |
protected JavaType |
TypeParser.parseType(TypeParser.MyTokenizer tokens) |
protected java.util.List<JavaType> |
TypeParser.parseTypes(TypeParser.MyTokenizer tokens) |