Package io.micronaut.serde.support.bind
Class SerdeJsonBeanPropertyBinderExceptionHandler
java.lang.Object
io.micronaut.serde.support.bind.SerdeJsonBeanPropertyBinderExceptionHandler
- All Implemented Interfaces:
io.micronaut.json.bind.JsonBeanPropertyBinderExceptionHandler
@Singleton
@Internal
public class SerdeJsonBeanPropertyBinderExceptionHandler
extends Object
implements io.micronaut.json.bind.JsonBeanPropertyBinderExceptionHandler
Implementation of
JsonBeanPropertyBinderExceptionHandler
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional<io.micronaut.core.convert.exceptions.ConversionErrorException>
toConversionError
(Object object, Exception e)
-
Constructor Details
-
SerdeJsonBeanPropertyBinderExceptionHandler
public SerdeJsonBeanPropertyBinderExceptionHandler()
-
-
Method Details