Class SerdeJsonBeanPropertyBinderExceptionHandler

  • All Implemented Interfaces:
    io.micronaut.json.bind.JsonBeanPropertyBinderExceptionHandler

    @Singleton
    @Internal
    public class SerdeJsonBeanPropertyBinderExceptionHandler
    extends java.lang.Object
    implements io.micronaut.json.bind.JsonBeanPropertyBinderExceptionHandler
    Implementation of JsonBeanPropertyBinderExceptionHandler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<io.micronaut.core.convert.exceptions.ConversionErrorException> toConversionError​(java.lang.Object object, java.lang.Exception e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerdeJsonBeanPropertyBinderExceptionHandler

        public SerdeJsonBeanPropertyBinderExceptionHandler()
    • Method Detail

      • toConversionError

        public java.util.Optional<io.micronaut.core.convert.exceptions.ConversionErrorException> toConversionError​(java.lang.Object object,
                                                                                                                   java.lang.Exception e)
        Specified by:
        toConversionError in interface io.micronaut.json.bind.JsonBeanPropertyBinderExceptionHandler