Home
last modified time | relevance | path

Searched refs:_throwNotASubtype (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDatabindContext.java237 return _throwNotASubtype(baseType, subClass); in resolveAndValidateSubType()
264 return _throwNotASubtype(baseType, subClass); in _resolveAndValidateGeneric()
275 … protected <T> T _throwNotASubtype(JavaType baseType, String subType) throws JsonMappingException { in _throwNotASubtype() method in DatabindContext