Skip navigation links
A C E F G H I L M N O P R S T U V 

A

AccessDeniedAdviceTrait - Interface in org.zalando.problem.spring.web.advice.security
The request was a valid request, but the server is refusing to respond to it.
AdviceTrait - Interface in org.zalando.problem.spring.web.advice
Advice traits are simple interfaces that provide a single method with a default implementation.
AuthenticationAdviceTrait - Interface in org.zalando.problem.spring.web.advice.security
Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided.

C

commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.zalando.problem.spring.web.advice.security.SecurityProblemSupport
 
ConstraintViolationAdviceTrait - Interface in org.zalando.problem.spring.web.advice.validation
 
ConstraintViolationProblem - Exception in org.zalando.problem.spring.web.advice.validation
 
ConstraintViolationProblem(Response.StatusType, List<Violation>) - Constructor for exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 
create(Response.StatusType, Throwable, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(Response.StatusType, Throwable, NativeWebRequest, HttpHeaders) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(Response.StatusType, Throwable, NativeWebRequest, URI) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(Response.StatusType, Throwable, NativeWebRequest, HttpHeaders, URI) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(ThrowableProblem, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(ThrowableProblem, NativeWebRequest, HttpHeaders) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(Throwable, Problem, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(Throwable, Problem, NativeWebRequest, HttpHeaders) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
create(HttpStatus, Throwable, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.SpringAdviceTrait
 
create(HttpStatus, Throwable, NativeWebRequest, HttpHeaders) - Method in interface org.zalando.problem.spring.web.advice.SpringAdviceTrait
 
createViolation(ConstraintViolation) - Method in interface org.zalando.problem.spring.web.advice.validation.ConstraintViolationAdviceTrait
 
createViolation(FieldError) - Method in interface org.zalando.problem.spring.web.advice.validation.MethodArgumentNotValidAdviceTrait
 
createViolation(ObjectError) - Method in interface org.zalando.problem.spring.web.advice.validation.MethodArgumentNotValidAdviceTrait
 
CustomAdviceTrait - Interface in org.zalando.problem.spring.web.advice.custom
 

E

equals(Object) - Method in class org.zalando.problem.spring.web.advice.HttpStatusAdapter
 

F

fallback(Throwable, Problem, NativeWebRequest, HttpHeaders) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 

G

GeneralAdviceTrait - Interface in org.zalando.problem.spring.web.advice.general
 
getDetail() - Method in exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 
getFamily() - Method in class org.zalando.problem.spring.web.advice.HttpStatusAdapter
 
getField() - Method in class org.zalando.problem.spring.web.advice.validation.Violation
 
getMessage() - Method in class org.zalando.problem.spring.web.advice.validation.Violation
 
getReasonPhrase() - Method in class org.zalando.problem.spring.web.advice.HttpStatusAdapter
 
getStatus() - Method in exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 
getStatusCode() - Method in class org.zalando.problem.spring.web.advice.HttpStatusAdapter
 
getTitle() - Method in exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 
getType() - Method in exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 
getViolations() - Method in exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - Method in class org.zalando.problem.spring.web.advice.security.SecurityProblemSupport
 
handleAccessDenied(AccessDeniedException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.security.AccessDeniedAdviceTrait
 
handleAuthentication(AuthenticationException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.security.AuthenticationAdviceTrait
 
handleConstraintViolation(ConstraintViolationException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.validation.ConstraintViolationAdviceTrait
 
handleMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.http.NotAcceptableAdviceTrait
 
handleMediaTypeNotSupportedException(HttpMediaTypeNotSupportedException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.http.UnsupportedMediaTypeAdviceTrait
 
handleMessageNotReadableException(HttpMessageNotReadableException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.io.MessageNotReadableAdviceTrait
 
handleMethodArgumentNotValid(MethodArgumentNotValidException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.validation.MethodArgumentNotValidAdviceTrait
 
handleMissingServletRequestParameter(MissingServletRequestParameterException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.routing.MissingServletRequestParameterAdviceTrait
 
handleMissingServletRequestPart(MissingServletRequestPartException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.routing.MissingServletRequestPartAdviceTrait
 
handleMultipart(MultipartException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.io.MultipartAdviceTrait
 
handleNoHandlerFound(NoHandlerFoundException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.routing.NoHandlerFoundAdviceTrait
 
handleProblem(ThrowableProblem, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.general.ProblemAdviceTrait
 
handleRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.http.MethodNotAllowedAdviceTrait
 
handleServletRequestBinding(ServletRequestBindingException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.routing.ServletRequestBindingAdviceTrait
 
handleThrowable(Throwable, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.general.ThrowableAdviceTrait
 
handleTypeMismatch(TypeMismatchException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.io.TypeMistmatchAdviceTrait
 
handleUnsupportedOperation(UnsupportedOperationException, NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.general.UnsupportedOperationAdviceTrait
 
hashCode() - Method in class org.zalando.problem.spring.web.advice.HttpStatusAdapter
 
HttpAdviceTrait - Interface in org.zalando.problem.spring.web.advice.http
 
HttpStatusAdapter - Class in org.zalando.problem.spring.web.advice
An implementation of Response.StatusType to map HttpStatus.
HttpStatusAdapter(HttpStatus) - Constructor for class org.zalando.problem.spring.web.advice.HttpStatusAdapter
 

I

IOAdviceTrait - Interface in org.zalando.problem.spring.web.advice.io
 
isCausalChainsEnabled() - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 

L

LOG - Static variable in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
log(Throwable, Problem, NativeWebRequest, HttpStatus) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 

M

MediaTypes - Class in org.zalando.problem.spring.web.advice
 
MessageNotReadableAdviceTrait - Interface in org.zalando.problem.spring.web.advice.io
 
MethodArgumentNotValidAdviceTrait - Interface in org.zalando.problem.spring.web.advice.validation
 
MethodNotAllowedAdviceTrait - Interface in org.zalando.problem.spring.web.advice.http
 
MissingServletRequestParameterAdviceTrait - Interface in org.zalando.problem.spring.web.advice.routing
 
MissingServletRequestPartAdviceTrait - Interface in org.zalando.problem.spring.web.advice.routing
 
MultipartAdviceTrait - Interface in org.zalando.problem.spring.web.advice.io
 

N

negotiate(NativeWebRequest) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
NoHandlerFoundAdviceTrait - Interface in org.zalando.problem.spring.web.advice.routing
Transforms NoHandlerFoundExceptions into not-found problems.
NotAcceptableAdviceTrait - Interface in org.zalando.problem.spring.web.advice.http
 

O

org.zalando.problem.spring.web.advice - package org.zalando.problem.spring.web.advice
 
org.zalando.problem.spring.web.advice.custom - package org.zalando.problem.spring.web.advice.custom
 
org.zalando.problem.spring.web.advice.general - package org.zalando.problem.spring.web.advice.general
 
org.zalando.problem.spring.web.advice.http - package org.zalando.problem.spring.web.advice.http
 
org.zalando.problem.spring.web.advice.io - package org.zalando.problem.spring.web.advice.io
 
org.zalando.problem.spring.web.advice.routing - package org.zalando.problem.spring.web.advice.routing
 
org.zalando.problem.spring.web.advice.security - package org.zalando.problem.spring.web.advice.security
 
org.zalando.problem.spring.web.advice.validation - package org.zalando.problem.spring.web.advice.validation
 

P

PROBLEM - Static variable in class org.zalando.problem.spring.web.advice.MediaTypes
 
PROBLEM_VALUE - Static variable in class org.zalando.problem.spring.web.advice.MediaTypes
 
ProblemAdviceTrait - Interface in org.zalando.problem.spring.web.advice.general
 
ProblemHandling - Interface in org.zalando.problem.spring.web.advice
ProblemHandling is a composite AdviceTrait that combines all built-in advice traits into a single interface that makes it easier to use:
process(ResponseEntity<Problem>) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 

R

RoutingAdviceTrait - Interface in org.zalando.problem.spring.web.advice.routing
 

S

SecurityAdviceTrait - Interface in org.zalando.problem.spring.web.advice.security
 
SecurityProblemSupport - Class in org.zalando.problem.spring.web.advice.security
A compound AuthenticationEntryPoint and AccessDeniedHandler that delegates exceptions to Spring WebMVC's HandlerExceptionResolver as defined in WebMvcConfigurationSupport.
SecurityProblemSupport(HandlerExceptionResolver) - Constructor for class org.zalando.problem.spring.web.advice.security.SecurityProblemSupport
 
ServletRequestBindingAdviceTrait - Interface in org.zalando.problem.spring.web.advice.routing
 
SpringAdviceTrait - Interface in org.zalando.problem.spring.web.advice
Spring version of AdviceTrait which uses HttpStatus rather than Response.StatusType.

T

ThrowableAdviceTrait - Interface in org.zalando.problem.spring.web.advice.general
 
toProblem(Throwable, Response.StatusType, URI) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
toProblem(Throwable, Response.StatusType) - Method in interface org.zalando.problem.spring.web.advice.AdviceTrait
 
toProblem(Throwable, HttpStatus) - Method in interface org.zalando.problem.spring.web.advice.SpringAdviceTrait
 
toStatus(HttpStatus) - Method in interface org.zalando.problem.spring.web.advice.SpringAdviceTrait
 
TYPE - Static variable in exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 
TYPE_VALUE - Static variable in exception org.zalando.problem.spring.web.advice.validation.ConstraintViolationProblem
 
TypeMistmatchAdviceTrait - Interface in org.zalando.problem.spring.web.advice.io
 

U

UnsupportedMediaTypeAdviceTrait - Interface in org.zalando.problem.spring.web.advice.http
 
UnsupportedOperationAdviceTrait - Interface in org.zalando.problem.spring.web.advice.general
 

V

ValidationAdviceTrait - Interface in org.zalando.problem.spring.web.advice.validation
 
Violation - Class in org.zalando.problem.spring.web.advice.validation
 
Violation(String, String) - Constructor for class org.zalando.problem.spring.web.advice.validation.Violation
 
A C E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2015–2017 Zalando SE. All rights reserved.