Uses of Class
com.fasterxml.jackson.databind.type.TypeParser.MyTokenizer
-
Packages that use TypeParser.MyTokenizer Package Description com.fasterxml.jackson.databind.type Package that contains concrete implementations ofJavaType
, as well as the factory (TypeFactory
) for constructing instances from various input data types (likeClass
,Type
) and programmatically (for structured types, arrays,List
s andMap
s). -
-
Uses of TypeParser.MyTokenizer in com.fasterxml.jackson.databind.type
Methods in com.fasterxml.jackson.databind.type with parameters of type TypeParser.MyTokenizer Modifier and Type Method 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)
-