Uses of Class
com.tietoevry.quarkus.resteasy.problem.HttpProblem
-
-
Uses of HttpProblem in com.tietoevry.quarkus.resteasy.problem
Methods in com.tietoevry.quarkus.resteasy.problem that return HttpProblem Modifier and Type Method Description HttpProblemHttpProblem.Builder. build()protected HttpProblemDefaultExceptionMapper. toProblem(Exception exception)protected abstract HttpProblemExceptionMapperBase. toProblem(E exception)protected HttpProblemHttpProblemMapper. toProblem(HttpProblem exception)protected HttpProblemZalandoProblemMapper. toProblem(org.zalando.problem.ThrowableProblem exception)static HttpProblemHttpProblem. valueOf(javax.ws.rs.core.Response.Status status)static HttpProblemHttpProblem. valueOf(javax.ws.rs.core.Response.Status status, String detail)Methods in com.tietoevry.quarkus.resteasy.problem with parameters of type HttpProblem Modifier and Type Method Description static HttpProblem.BuilderHttpProblem. builder(HttpProblem original)Creates Builder instance and initializes it with fields from given HttpProblemprotected HttpProblemHttpProblemMapper. toProblem(HttpProblem exception) -
Uses of HttpProblem in com.tietoevry.quarkus.resteasy.problem.jackson
Methods in com.tietoevry.quarkus.resteasy.problem.jackson that return HttpProblem Modifier and Type Method Description protected HttpProblemInvalidFormatExceptionMapper. toProblem(com.fasterxml.jackson.databind.exc.InvalidFormatException exception)protected HttpProblemJsonProcessingExceptionMapper. toProblem(com.fasterxml.jackson.core.JsonProcessingException exception)protected HttpProblemUnrecognizedPropertyExceptionMapper. toProblem(com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException exception)Methods in com.tietoevry.quarkus.resteasy.problem.jackson with parameters of type HttpProblem Modifier and Type Method Description voidJacksonProblemSerializer. serialize(HttpProblem problem, com.fasterxml.jackson.core.JsonGenerator json, com.fasterxml.jackson.databind.SerializerProvider serializers)Constructor parameters in com.tietoevry.quarkus.resteasy.problem.jackson with type arguments of type HttpProblem Constructor Description JacksonProblemSerializer(Class<HttpProblem> t) -
Uses of HttpProblem in com.tietoevry.quarkus.resteasy.problem.jaxrs
Methods in com.tietoevry.quarkus.resteasy.problem.jaxrs that return HttpProblem Modifier and Type Method Description protected HttpProblemJaxRsForbiddenExceptionMapper. toProblem(javax.ws.rs.ForbiddenException e)protected HttpProblemNotFoundExceptionMapper. toProblem(javax.ws.rs.NotFoundException exception)protected HttpProblemWebApplicationExceptionMapper. toProblem(javax.ws.rs.WebApplicationException exception) -
Uses of HttpProblem in com.tietoevry.quarkus.resteasy.problem.jsonb
Methods in com.tietoevry.quarkus.resteasy.problem.jsonb that return HttpProblem Modifier and Type Method Description protected HttpProblemJsonbExceptionMapper. toProblem(javax.json.bind.JsonbException exception)protected HttpProblemRestEasyClassicJsonbExceptionMapper. toProblem(javax.ws.rs.ProcessingException exception)Unfortunately Quarkus+JsonB throws ProcessingException, not JsonbException in case of malformed payload body, so `cause` needs to be checked explicitly.Methods in com.tietoevry.quarkus.resteasy.problem.jsonb with parameters of type HttpProblem Modifier and Type Method Description voidJsonbProblemSerializer. serialize(HttpProblem problem, javax.json.stream.JsonGenerator generator, javax.json.bind.serializer.SerializationContext ctx) -
Uses of HttpProblem in com.tietoevry.quarkus.resteasy.problem.postprocessing
Methods in com.tietoevry.quarkus.resteasy.problem.postprocessing that return HttpProblem Modifier and Type Method Description HttpProblemPostProcessorsRegistry. applyPostProcessing(HttpProblem problem, ProblemContext context)Applies all registered post-processors on a given Problem, in prioritized order.Methods in com.tietoevry.quarkus.resteasy.problem.postprocessing with parameters of type HttpProblem Modifier and Type Method Description HttpProblemPostProcessorsRegistry. applyPostProcessing(HttpProblem problem, ProblemContext context)Applies all registered post-processors on a given Problem, in prioritized order. -
Uses of HttpProblem in com.tietoevry.quarkus.resteasy.problem.security
Methods in com.tietoevry.quarkus.resteasy.problem.security that return HttpProblem Modifier and Type Method Description protected HttpProblemAuthenticationCompletionExceptionMapper. toProblem(io.quarkus.security.AuthenticationCompletionException exception)protected HttpProblemAuthenticationFailedExceptionMapper. toProblem(io.quarkus.security.AuthenticationFailedException exception)protected HttpProblemAuthenticationRedirectExceptionMapper. toProblem(io.quarkus.security.AuthenticationRedirectException exception)protected HttpProblemForbiddenExceptionMapper. toProblem(io.quarkus.security.ForbiddenException e)protected HttpProblemUnauthorizedExceptionMapper. toProblem(io.quarkus.security.UnauthorizedException exception) -
Uses of HttpProblem in com.tietoevry.quarkus.resteasy.problem.validation
Methods in com.tietoevry.quarkus.resteasy.problem.validation that return HttpProblem Modifier and Type Method Description protected HttpProblemConstraintViolationExceptionMapper. toProblem(javax.validation.ConstraintViolationException exception)protected HttpProblemValidationExceptionMapper. toProblem(javax.validation.ValidationException exception)
-