Package org.codehaus.jackson.map.type
Class TypeParser
- java.lang.Object
-
- org.codehaus.jackson.map.type.TypeParser
-
-
Constructor Summary
Constructors Constructor Description TypeParser(TypeFactory f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IllegalArgumentException
_problem(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens, String msg)
protected Class<?>
findClass(String className, org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens)
JavaType
parse(String canonical)
protected JavaType
parseType(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens)
protected List<JavaType>
parseTypes(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens)
-
-
-
Constructor Detail
-
TypeParser
public TypeParser(TypeFactory f)
-
-
Method Detail
-
parse
public JavaType parse(String canonical) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
parseType
protected JavaType parseType(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
parseTypes
protected List<JavaType> parseTypes(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
findClass
protected Class<?> findClass(String className, org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens)
-
_problem
protected IllegalArgumentException _problem(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens, String msg)
-
-