Skip navigation links
C D E G H I M O R T U V 

C

component1() - Method in class org.valiktor.springframework.config.ValiktorConfiguration
specifies the base name of the message properties
component1() - Method in class org.valiktor.springframework.http.UnprocessableEntity
specifies the list of
component1() - Method in class org.valiktor.springframework.http.ValidationConstraint
specifies the name of the constraint
component1() - Method in class org.valiktor.springframework.http.ValidationError
specifies the invalid property
component1() - Method in class org.valiktor.springframework.http.ValidationParam
specifies the name of the parameter
component1() - Method in class org.valiktor.springframework.http.ValiktorResponse
represents the HTTP response status code
component2() - Method in class org.valiktor.springframework.http.ValidationConstraint
specifies the list of validation parameters
component2() - Method in class org.valiktor.springframework.http.ValidationError
specifies the invalid value
component2() - Method in class org.valiktor.springframework.http.ValidationParam
specifies the value of the parameter
component2() - Method in class org.valiktor.springframework.http.ValiktorResponse
represents the HTTP response headers
component3() - Method in class org.valiktor.springframework.http.ValidationError
specifies the internationalized message
component3() - Method in class org.valiktor.springframework.http.ValiktorResponse
represents the HTTP response body
component4() - Method in class org.valiktor.springframework.http.ValidationError
specifies the violated constraint
ConstraintViolationExceptionHandler - Class in org.valiktor.springframework.http.webmvc
Represents the REST controller that handles ConstraintViolationException and returns an appropriate HTTP response.
ConstraintViolationExceptionHandler(handler) - Constructor for class org.valiktor.springframework.http.webmvc.ConstraintViolationExceptionHandler
Represents the REST controller that handles ConstraintViolationException and returns an appropriate HTTP response.
copy(baseBundleName) - Method in class org.valiktor.springframework.config.ValiktorConfiguration
Represents the Valiktor configuration for Spring Framework integration
copy(errors) - Method in class org.valiktor.springframework.http.UnprocessableEntity
Represents the default payload for responses with 422 (Unprocessable Entity) status code
copy(name, params) - Method in class org.valiktor.springframework.http.ValidationConstraint
Represents a validation constraint
copy(property, value, message, constraint) - Method in class org.valiktor.springframework.http.ValidationError
Represents a validation error
copy(name, value) - Method in class org.valiktor.springframework.http.ValidationParam
Represents a validation parameter
copy(statusCode, headers, body) - Method in class org.valiktor.springframework.http.ValiktorResponse
Represents the HTTP response.

D

DefaultValiktorExceptionHandler - Class in org.valiktor.springframework.http
Represents the default HTTP exception handler to map ConstraintViolationException to an appropriate HTTP response.
DefaultValiktorExceptionHandler(config) - Constructor for class org.valiktor.springframework.http.DefaultValiktorExceptionHandler
Represents the default HTTP exception handler to map ConstraintViolationException to an appropriate HTTP response.

E

equals(p) - Method in class org.valiktor.springframework.config.ValiktorConfiguration
Represents the Valiktor configuration for Spring Framework integration
equals(p) - Method in class org.valiktor.springframework.http.UnprocessableEntity
Represents the default payload for responses with 422 (Unprocessable Entity) status code
equals(p) - Method in class org.valiktor.springframework.http.ValidationConstraint
Represents a validation constraint
equals(p) - Method in class org.valiktor.springframework.http.ValidationError
Represents a validation error
equals(p) - Method in class org.valiktor.springframework.http.ValidationParam
Represents a validation parameter
equals(p) - Method in class org.valiktor.springframework.http.ValiktorResponse
Represents the HTTP response.

G

getBaseBundleName() - Method in class org.valiktor.springframework.config.ValiktorConfiguration
specifies the base name of the message properties
getBody() - Method in class org.valiktor.springframework.http.ValiktorResponse
represents the HTTP response body
getConstraint() - Method in class org.valiktor.springframework.http.ValidationError
specifies the violated constraint
getErrors() - Method in class org.valiktor.springframework.http.UnprocessableEntity
specifies the list of
getHeaders() - Method in class org.valiktor.springframework.http.ValiktorResponse
represents the HTTP response headers
getMessage() - Method in class org.valiktor.springframework.http.ValidationError
specifies the internationalized message
getName() - Method in class org.valiktor.springframework.http.ValidationConstraint
specifies the name of the constraint
getName() - Method in class org.valiktor.springframework.http.ValidationParam
specifies the name of the parameter
getParams() - Method in class org.valiktor.springframework.http.ValidationConstraint
specifies the list of validation parameters
getProperty() - Method in class org.valiktor.springframework.http.ValidationError
specifies the invalid property
getStatusCode() - Method in class org.valiktor.springframework.http.ValiktorResponse
represents the HTTP response status code
getValue() - Method in class org.valiktor.springframework.http.ValidationError
specifies the invalid value
getValue() - Method in class org.valiktor.springframework.http.ValidationParam
specifies the value of the parameter

H

handle(exception, locale) - Method in class org.valiktor.springframework.http.DefaultValiktorExceptionHandler
Handles ConstraintViolationException and returns a class ValiktorResponse with status code 422 (Unprocessable Entity) and class UnprocessableEntity as response body.
handle(exception, locale) - Method in interface org.valiktor.springframework.http.ValiktorExceptionHandler
Handles ConstraintViolationException and returns a class ValiktorResponse with status code, headers and body.
handle(exchange, ex) - Method in class org.valiktor.springframework.http.webflux.ReactiveConstraintViolationExceptionHandler
Handles ConstraintViolationException and returns and delegates the response to handler.
handle(exchange, ex) - Method in class org.valiktor.springframework.http.webflux.ReactiveInvalidFormatExceptionHandler
Handles InvalidFormatException and throws a ConstraintViolationException
handle(exchange, ex) - Method in class org.valiktor.springframework.http.webflux.ReactiveMissingKotlinParameterExceptionHandler
Handles MissingKotlinParameterException and throws a ConstraintViolationException
handleConstraintViolationException(ex, locale) - Method in class org.valiktor.springframework.http.webmvc.ConstraintViolationExceptionHandler
Handles ConstraintViolationException and returns and delegates the response to handler.
handleInvalidFormatException(ex, locale) - Method in class org.valiktor.springframework.http.webmvc.InvalidFormatExceptionHandler
Handles InvalidFormatException and delegates the response to constraintViolationExceptionHandler.
handleMissingKotlinParameterException(ex, locale) - Method in class org.valiktor.springframework.http.webmvc.MissingKotlinParameterExceptionHandler
Handles MissingKotlinParameterException and delegates the response to constraintViolationExceptionHandler.
hashCode() - Method in class org.valiktor.springframework.config.ValiktorConfiguration
Represents the Valiktor configuration for Spring Framework integration
hashCode() - Method in class org.valiktor.springframework.http.UnprocessableEntity
Represents the default payload for responses with 422 (Unprocessable Entity) status code
hashCode() - Method in class org.valiktor.springframework.http.ValidationConstraint
Represents a validation constraint
hashCode() - Method in class org.valiktor.springframework.http.ValidationError
Represents a validation error
hashCode() - Method in class org.valiktor.springframework.http.ValidationParam
Represents a validation parameter
hashCode() - Method in class org.valiktor.springframework.http.ValiktorResponse
Represents the HTTP response.

I

InvalidFormatExceptionHandler - Class in org.valiktor.springframework.http.webmvc
Represents the REST controller that handles InvalidFormatException and returns an appropriate HTTP response.
InvalidFormatExceptionHandler(constraintViolationExceptionHandler) - Constructor for class org.valiktor.springframework.http.webmvc.InvalidFormatExceptionHandler
Represents the REST controller that handles InvalidFormatException and returns an appropriate HTTP response.

M

MissingKotlinParameterExceptionHandler - Class in org.valiktor.springframework.http.webmvc
Represents the REST controller that handles MissingKotlinParameterException and returns an appropriate HTTP response.
MissingKotlinParameterExceptionHandler(constraintViolationExceptionHandler) - Constructor for class org.valiktor.springframework.http.webmvc.MissingKotlinParameterExceptionHandler
Represents the REST controller that handles MissingKotlinParameterException and returns an appropriate HTTP response.

O

org.valiktor.springframework.config - package org.valiktor.springframework.config
 
org.valiktor.springframework.http - package org.valiktor.springframework.http
 
org.valiktor.springframework.http.webflux - package org.valiktor.springframework.http.webflux
 
org.valiktor.springframework.http.webmvc - package org.valiktor.springframework.http.webmvc
 

R

ReactiveConstraintViolationExceptionHandler - Class in org.valiktor.springframework.http.webflux
Represents the WebExceptionHandler that handles ConstraintViolationException and returns an appropriate HTTP response.
ReactiveConstraintViolationExceptionHandler(handler, codecConfigurer) - Constructor for class org.valiktor.springframework.http.webflux.ReactiveConstraintViolationExceptionHandler
Represents the WebExceptionHandler that handles ConstraintViolationException and returns an appropriate HTTP response.
ReactiveInvalidFormatExceptionHandler - Class in org.valiktor.springframework.http.webflux
Represents the WebExceptionHandler that handles InvalidFormatException and throws a ConstraintViolationException.
ReactiveInvalidFormatExceptionHandler() - Constructor for class org.valiktor.springframework.http.webflux.ReactiveInvalidFormatExceptionHandler
Represents the WebExceptionHandler that handles InvalidFormatException and throws a ConstraintViolationException.
ReactiveMissingKotlinParameterExceptionHandler - Class in org.valiktor.springframework.http.webflux
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
ReactiveMissingKotlinParameterExceptionHandler() - Constructor for class org.valiktor.springframework.http.webflux.ReactiveMissingKotlinParameterExceptionHandler
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.

T

toString() - Method in class org.valiktor.springframework.config.ValiktorConfiguration
Represents the Valiktor configuration for Spring Framework integration
toString() - Method in class org.valiktor.springframework.http.UnprocessableEntity
Represents the default payload for responses with 422 (Unprocessable Entity) status code
toString() - Method in class org.valiktor.springframework.http.ValidationConstraint
Represents a validation constraint
toString() - Method in class org.valiktor.springframework.http.ValidationError
Represents a validation error
toString() - Method in class org.valiktor.springframework.http.ValidationParam
Represents a validation parameter
toString() - Method in class org.valiktor.springframework.http.ValiktorResponse
Represents the HTTP response.

U

UnprocessableEntity - Class in org.valiktor.springframework.http
Represents the default payload for responses with 422 (Unprocessable Entity) status code
UnprocessableEntity(errors) - Constructor for class org.valiktor.springframework.http.UnprocessableEntity
Represents the default payload for responses with 422 (Unprocessable Entity) status code

V

ValidationConstraint - Class in org.valiktor.springframework.http
Represents a validation constraint
ValidationConstraint(name, params) - Constructor for class org.valiktor.springframework.http.ValidationConstraint
Represents a validation constraint
ValidationError - Class in org.valiktor.springframework.http
Represents a validation error
ValidationError(property, value, message, constraint) - Constructor for class org.valiktor.springframework.http.ValidationError
Represents a validation error
ValidationParam - Class in org.valiktor.springframework.http
Represents a validation parameter
ValidationParam(name, value) - Constructor for class org.valiktor.springframework.http.ValidationParam
Represents a validation parameter
ValiktorConfiguration - Class in org.valiktor.springframework.config
Represents the Valiktor configuration for Spring Framework integration
ValiktorConfiguration(baseBundleName) - Constructor for class org.valiktor.springframework.config.ValiktorConfiguration
Represents the Valiktor configuration for Spring Framework integration
ValiktorConfiguration() - Constructor for class org.valiktor.springframework.config.ValiktorConfiguration
Represents the Valiktor configuration for Spring Framework integration
ValiktorExceptionHandler<T> - Interface in org.valiktor.springframework.http
Represents the HTTP exception handler to map ConstraintViolationException to an appropriate HTTP response.
ValiktorExceptionHandler() - Constructor for interface org.valiktor.springframework.http.ValiktorExceptionHandler
 
ValiktorResponse<T> - Class in org.valiktor.springframework.http
Represents the HTTP response.
ValiktorResponse(statusCode, headers, body) - Constructor for class org.valiktor.springframework.http.ValiktorResponse
Represents the HTTP response.
C D E G H I M O R T U V 
Skip navigation links