@Internal
public interface JsonBeanPropertyBinderExceptionHandler
ConversionErrorExceptions.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<io.micronaut.core.convert.exceptions.ConversionErrorException> |
toConversionError(java.lang.Object object,
java.lang.Exception e)
Attempt to convert the given exception to a
ConversionErrorException. |
java.util.Optional<io.micronaut.core.convert.exceptions.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.