Package org.codehaus.jackson.map.type
Class TypeParser
java.lang.Object
org.codehaus.jackson.map.type.TypeParser
Simple recursive-descent parser for parsing canonical
JavaType
representations and constructing type instances.- Since:
- 1.5
- Author:
- tatu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IllegalArgumentException
protected Class<?>
protected JavaType
parseType
(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens) parseTypes
(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens)
-
Constructor Details
-
TypeParser
-
-
Method Details
-
parse
- 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
-
_problem
protected IllegalArgumentException _problem(org.codehaus.jackson.map.type.TypeParser.MyTokenizer tokens, String msg)
-