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