Class TypeParser
java.lang.Object
com.fasterxml.jackson.databind.type.TypeParser
- All Implemented Interfaces:
Serializable
Simple recursive-descent parser for parsing canonical
JavaType
representations and constructing type instances.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IllegalArgumentException
protected Class
<?> protected JavaType
parseType
(com.fasterxml.jackson.databind.type.TypeParser.MyTokenizer tokens) parseTypes
(com.fasterxml.jackson.databind.type.TypeParser.MyTokenizer tokens)
-
Field Details
-
_factory
-
-
Constructor Details
-
TypeParser
-
-
Method Details
-
withFactory
- Since:
- 2.6.2
-
parse
- Throws:
IllegalArgumentException
-
parseType
protected JavaType parseType(com.fasterxml.jackson.databind.type.TypeParser.MyTokenizer tokens) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
parseTypes
protected List<JavaType> parseTypes(com.fasterxml.jackson.databind.type.TypeParser.MyTokenizer tokens) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
findClass
-
_problem
protected IllegalArgumentException _problem(com.fasterxml.jackson.databind.type.TypeParser.MyTokenizer tokens, String msg)
-