Class JsonExceptionHandler

java.lang.Object
io.micronaut.http.server.exceptions.JsonExceptionHandler
All Implemented Interfaces:
ExceptionHandler<JsonSyntaxException,Object>

@Produces @Singleton @Internal public final class JsonExceptionHandler extends Object implements ExceptionHandler<JsonSyntaxException,Object>
Default exception handler for JSON processing errors.
Since:
1.0
Author:
Graeme Rocher