Searched refs:_throwSubtypeClassNotAllowed (Results 1 – 1 of 1) sorted by relevance
244 return _throwSubtypeClassNotAllowed(baseType, subClass, ptv); in resolveAndValidateSubType()269 return _throwSubtypeClassNotAllowed(baseType, subClass, ptv); in _resolveAndValidateGeneric()285 protected <T> T _throwSubtypeClassNotAllowed(JavaType baseType, String subType, in _throwSubtypeClassNotAllowed() method in DatabindContext