Searched refs:mappingException (Results 1 – 3 of 3) sorted by relevance
20 throw ctxt.mappingException(LngLatAlt.class); in deserialize()49 … throw ctxt.mappingException("Unexpected end-of-input when binding data into LngLatAlt"); in extractDouble()56 … throw ctxt.mappingException("Unexpected end-of-input when binding data into LngLatAlt"); in extractDouble()64 throw ctxt.mappingException( in extractDouble()
2001 public JsonMappingException mappingException(String message) { in mappingException() method in DeserializationContext2017 public JsonMappingException mappingException(String msg, Object... msgArgs) { in mappingException() method in DeserializationContext2027 public JsonMappingException mappingException(Class<?> targetClass) { in mappingException() method in DeserializationContext2028 return mappingException(targetClass, _parser.currentToken()); in mappingException()2035 public JsonMappingException mappingException(Class<?> targetClass, JsonToken token) { in mappingException() method in DeserializationContext
1231 throw mappingException(message, args); in reportMappingProblem()1336 public JsonMappingException mappingException(String message, Object... msgArgs) { in mappingException() method in SerializerProvider1350 … protected JsonMappingException mappingException(Throwable t, String message, Object... msgArgs) { in mappingException() method in SerializerProvider