Searched refs:invalidTypeIdException (Results 1 – 4 of 4) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | DatabindContext.java | 193 throw invalidTypeIdException(baseType, subClassName, String.format( in resolveSubType() 202 throw invalidTypeIdException(baseType, subClassName, "Not a subtype"); in resolveSubType() 231 throw invalidTypeIdException(baseType, subClass, String.format( in resolveAndValidateSubType() 276 throw invalidTypeIdException(baseType, subType, "Not a subtype"); in _throwNotASubtype() 281 throw invalidTypeIdException(baseType, subType, in _throwSubtypeNameNotAllowed() 287 throw invalidTypeIdException(baseType, subType, in _throwSubtypeClassNotAllowed() 302 protected abstract JsonMappingException invalidTypeIdException(JavaType baseType, String typeId, in invalidTypeIdException() method in DatabindContext
|
D | DeserializationContext.java | 1416 throw invalidTypeIdException(baseType, id, in handleUnknownTypeId() 1426 throw invalidTypeIdException(baseType, id, extraDesc); in handleUnknownTypeId() 1447 throw invalidTypeIdException(baseType, null, in handleMissingTypeId() 1915 public JsonMappingException invalidTypeIdException(JavaType baseType, String typeId, in invalidTypeIdException() method in DeserializationContext
|
D | SerializerProvider.java | 1313 public JsonMappingException invalidTypeIdException(JavaType baseType, String typeId, in invalidTypeIdException() method in SerializerProvider
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/ |
D | TypeDeserializerBase.java | 194 throw ctxt.invalidTypeIdException(_baseType, typeId, e.getMessage()); in _findDeserializer()
|