Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DUUIDDeserializer.java118 throw ctxt.weirdStringException(uuidStr, handledType(), in _badChar()
DFromStringDeserializer.java173 JsonMappingException e = ctxt.weirdStringException(text, _valueClass, msg); in deserialize()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationContext.java1027 throw weirdStringException(keyValue, keyClass, String.format( in handleWeirdKey()
1073 throw weirdStringException(value, targetClass, String.format( in handleWeirdStringValue()
1081 throw weirdStringException(value, targetClass, msg); in handleWeirdStringValue()
1833 public JsonMappingException weirdStringException(String value, Class<?> instClass, in weirdStringException() method in DeserializationContext
/external/jackson-databind/release-notes/
DCREDITS-2.x150 * Reported #1120: String value omitted from weirdStringException
DVERSION-2.x1155 #1120: String value omitted from weirdStringException