Searched refs:reportMappingProblem (Results 1 – 3 of 3) sorted by relevance
32 ctxt.reportMappingProblem(_msg); in serialize()
555 reportMappingProblem("Null passed for `valueType` of `findValueSerializer()`"); in findValueSerializer()1230 public void reportMappingProblem(String message, Object... args) throws JsonMappingException { in reportMappingProblem() method in SerializerProvider1307 …public void reportMappingProblem(Throwable t, String message, Object... msgArgs) throws JsonMappin… in reportMappingProblem() method in SerializerProvider1427 reportMappingProblem(iae, ClassUtil.exceptionMessage(iae)); in _createAndCacheUntypedSerializer()1447 reportMappingProblem(iae, ClassUtil.exceptionMessage(iae)); in _createAndCacheUntypedSerializer()
151 provider.reportMappingProblem(errorMsg); in serialize()