Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DPropertyValueBuffer.java135 return _context.reportInputMismatch(prop, in getParameter()
175 _context.reportInputMismatch(prop, in getParameters()
194 _context.reportInputMismatch(prop, "Missing required creator property '%s' (index %d)", in _findMissing()
198 _context.reportInputMismatch(prop, in _findMissing()
DFailingDeserializer.java33 ctxt.reportInputMismatch(this, _message); in deserialize()
DBeanAsArrayBuilderDeserializer.java168 ctxt.reportInputMismatch(handledType(), in deserialize()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DMapEntryDeserializer.java192 return ctxt.reportInputMismatch(this, in deserialize()
224 ctxt.reportInputMismatch(this, in deserialize()
229 ctxt.reportInputMismatch(this, in deserialize()
DStdDeserializer.java1196 ctxt.reportInputMismatch(this, in _checkFromStringCoercion()
1251 ctxt.reportInputMismatch(this, in _checkCoercionActionFail()
1317 ctxt.reportInputMismatch(this, in _verifyNullForPrimitive()
1353 ctxt.reportInputMismatch(this, "Cannot coerce %s to Null value as %s (%s `%s.%s` to allow)", in _reportFailedNullCoerce()
1414 … ctxt.reportInputMismatch(this, "Cannot coerce String \"%s\" to %s (enable `%s.%s` to allow)", in _verifyStringForScalarCoercion()
1447 ctxt.reportInputMismatch(handledType(), in _failDoubleToIntCoercion()
1469 … ctxt.reportInputMismatch(this, "Cannot coerce Number (%s) to %s (enable `%s.%s` to allow)", in _verifyNumberForScalarCoercion()
DFromStringDeserializer.java213 ctxt.reportInputMismatch(this, in _deserializeEmbedded()
231 ctxt.reportInputMismatch(this, in _deserializeFromEmptyString()
DFactoryBasedEnumDeserializer.java129 ctxt.reportInputMismatch(targetType, in deserialize()
DJsonNodeDeserializer.java234 ctxt.reportInputMismatch(JsonNode.class, in _handleDuplicateField()
DPrimitiveArrayDeserializers.java297 ctxt.reportInputMismatch(this, in deserialize()
DMapDeserializer.java851 ctxt.reportInputMismatch(this, in handleUnresolvedReference()
DNumberDeserializers.java175 ctxt.reportInputMismatch(this, in getNullValue()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationContext.java872 return reportInputMismatch(scalarType, String.format( in extractScalarFromObject()
1215 return reportInputMismatch(instClass, msg); in handleMissingInstantiator()
1377 reportInputMismatch(targetType, msg); in handleUnexpectedToken()
1564 return reportInputMismatch(oidReader.idProperty, msg); in reportUnresolvedObjectId()
1573 public <T> T reportInputMismatch(JsonDeserializer<?> src, in reportInputMismatch() method in DeserializationContext
1586 public <T> T reportInputMismatch(Class<?> targetType, in reportInputMismatch() method in DeserializationContext
1599 public <T> T reportInputMismatch(JavaType targetType, in reportInputMismatch() method in DeserializationContext
1612 public <T> T reportInputMismatch(BeanProperty prop, in reportInputMismatch() method in DeserializationContext
DObjectReader.java357 ctxt.reportInputMismatch(_valueType, in _initForReading()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DTypeDeserializerBase.java258 return ctxt.reportInputMismatch(baseType(), in _deserializeWithNativeTypeId()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DTestUpdateViaObjectReader.java69 ctxt.reportInputMismatch(DataA.class, in deserialize()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializer.java864 ctxt.reportInputMismatch(creatorProp, in deserializeUsingPropertyBasedWithUnwrapped()
1127 _context.reportInputMismatch(_prop, in handleResolvedForwardReference()