D | JsonMappingException.java | 354 public static JsonMappingException wrapWithPath(Throwable src, Object refFrom, in wrapWithPath() method in JsonMappingException 356 return wrapWithPath(src, new Reference(refFrom, refFieldName)); in wrapWithPath() 367 public static JsonMappingException wrapWithPath(Throwable src, Object refFrom, int index) { in wrapWithPath() method in JsonMappingException 368 return wrapWithPath(src, new Reference(refFrom, index)); in wrapWithPath() 377 public static JsonMappingException wrapWithPath(Throwable src, Reference ref) in wrapWithPath() method in JsonMappingException
|