Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDatabindContext.java223 return _throwSubtypeNameNotAllowed(baseType, subClass, ptv); in resolveAndValidateSubType()
260 return _throwSubtypeNameNotAllowed(baseType, subClass, ptv); in _resolveAndValidateGeneric()
279 protected <T> T _throwSubtypeNameNotAllowed(JavaType baseType, String subType, in _throwSubtypeNameNotAllowed() method in DatabindContext