All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AuthenticationCompletionExceptionMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
From AuthenticationCompletionException javadocs on WWW-Authenticate header:AuthenticationFailedExceptionMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.AuthenticationFailedExceptionReactiveMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.AuthenticationRedirectExceptionMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.ConstraintViolationExceptionMapper Exception Mapper for ConstraintViolationException from Bean Validation API.DefaultExceptionMapper Default exception mapper processing all exceptions not matching any more specific mapper.ExceptionMapperBase<E extends Throwable> Base class for all ExceptionMappers in this extension, takes care of mapping Exceptions to Problems, triggering post-processing stage, and creating final JaxRS Response.ForbiddenExceptionMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.HttpProblem Representation of RFC7807 Problem schema.HttpProblem.Builder HttpProblemMapper InvalidFormatExceptionMapper Mapper for Jackson InvalidFormatException, which is more specialised version of JsonProcessingExceptionJacksonProblemModuleRegistrar JacksonProblemSerializer Low level Jackson serializer for HttpProblem type.JaxRsForbiddenExceptionMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.JsonbExceptionMapper JsonbProblemSerializer Low level JsonB serializer for Problem type.JsonProcessingExceptionMapper Mapper for Jackson payload processing exceptions.NotFoundExceptionMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.PostProcessorsRegistry Container for prioritised list of Problem post-processors.ProblemContext Context wrapper for everything ProblemPostProcessor implementations may need to do their job.ProblemPostProcessor Post-processors use, change or enhance Problems created by ExceptionMappers via 'apply' method, before they get passed on to serializers.ProblemRecorder Quarkus Recorder that applies configuration in the runtime.RestEasyClassicJsonbExceptionMapper UnauthorizedExceptionMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.UnauthorizedExceptionReactiveMapper Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.UnrecognizedPropertyExceptionMapper UnrecognizedPropertyException is thrown by Jackson, when request payload json does not fit DTO object with @Valid annotation (e.g field has different name) and FAIL_ON_UNKNOWN_PROPERTIES is enabled (default changed in quarkus 1.11)ValidationExceptionMapper More generic Exception Mapper compared to ConstraintViolationException - does not provide any details except the message.Violation Violation.In Violation.MessageSupplier WebApplicationExceptionMapper Generic exception mapper for JaxRS WebApplicationExceptions - it passes status and message to application/problem response.ZalandoProblemMapper Mapper for ThrowableProblem exception from Zalando Problem library.