Searched refs:_throwNotASubtype (Results 1 – 1 of 1) sorted by relevance
237 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