@Internal public interface JsonBeanPropertyBinderExceptionHandler
ConversionErrorExceptions.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ConversionErrorException> |
toConversionError(java.lang.Object object,
java.lang.Exception e)
Attempt to convert the given exception to a
ConversionErrorException. |
java.util.Optional<ConversionErrorException> toConversionError(@Nullable java.lang.Object object, @NonNull java.lang.Exception e)
ConversionErrorException.object - The object that was supposed to be updated, or null.e - The exception that occurred during mapping.