Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDatabindContext.java244 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