Skip navigation links
C 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.web.payload.UnprocessableEntity
specifies the list of
component1() - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
specifies the name of the constraint
component1() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the invalid property
component1() - Method in class org.valiktor.springframework.web.payload.ValidationParam
specifies the name of the parameter
component2() - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
specifies the list of validation parameters
component2() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the invalid value
component2() - Method in class org.valiktor.springframework.web.payload.ValidationParam
specifies the value of the parameter
component3() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the internationalized message
component4() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the violated constraint
ConstraintViolationExceptionHandler - Class in org.valiktor.springframework.web.controller
Represents the REST controller that handles ConstraintViolationException and returns an appropriate HTTP response.
ConstraintViolationExceptionHandler(config) - Constructor for class org.valiktor.springframework.web.controller.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.web.payload.UnprocessableEntity
Represents the payload for responses with 422 (Unprocessable Entity) status code
copy(name, params) - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
Represents a validation constraint
copy(property, value, message, constraint) - Method in class org.valiktor.springframework.web.payload.ValidationError
Represents a validation error
copy(name, value) - Method in class org.valiktor.springframework.web.payload.ValidationParam
Represents a validation parameter

E

equals(p) - Method in class org.valiktor.springframework.config.ValiktorConfiguration
 
equals(p) - Method in class org.valiktor.springframework.web.payload.UnprocessableEntity
 
equals(p) - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
 
equals(p) - Method in class org.valiktor.springframework.web.payload.ValidationError
 
equals(p) - Method in class org.valiktor.springframework.web.payload.ValidationParam
 

G

getBaseBundleName() - Method in class org.valiktor.springframework.config.ValiktorConfiguration
specifies the base name of the message properties
getConstraint() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the violated constraint
getErrors() - Method in class org.valiktor.springframework.web.payload.UnprocessableEntity
specifies the list of
getMessage() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the internationalized message
getName() - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
specifies the name of the constraint
getName() - Method in class org.valiktor.springframework.web.payload.ValidationParam
specifies the name of the parameter
getParams() - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
specifies the list of validation parameters
getProperty() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the invalid property
getValue() - Method in class org.valiktor.springframework.web.payload.ValidationError
specifies the invalid value
getValue() - Method in class org.valiktor.springframework.web.payload.ValidationParam
specifies the value of the parameter

H

handle(exchange, ex) - Method in class org.valiktor.springframework.web.reactive.ReactiveConstraintViolationExceptionHandler
Handle ConstraintViolationException and returns 422 (Unprocessable Entity) status code with the constraint violations.
handle(exchange, ex) - Method in class org.valiktor.springframework.web.reactive.ReactiveInvalidFormatExceptionHandler
Handle InvalidFormatException and throws a ConstraintViolationException
handle(exchange, ex) - Method in class org.valiktor.springframework.web.reactive.ReactiveMissingKotlinParameterExceptionHandler
Handle MissingKotlinParameterException and throws a ConstraintViolationException
handleConstraintViolationException(ex, locale) - Method in class org.valiktor.springframework.web.controller.ConstraintViolationExceptionHandler
Handle ConstraintViolationException and returns 422 (Unprocessable Entity) status code with the constraint violations.
handleInvalidFormatException(ex, locale) - Method in class org.valiktor.springframework.web.controller.InvalidFormatExceptionHandler
Handle InvalidFormatException and returns 422 (Unprocessable Entity) status code with a NotNull constraint violation
handleMissingKotlinParameterException(ex, locale) - Method in class org.valiktor.springframework.web.controller.MissingKotlinParameterExceptionHandler
Handle MissingKotlinParameterException and returns 422 (Unprocessable Entity) status code with a NotNull constraint violation
hashCode() - Method in class org.valiktor.springframework.config.ValiktorConfiguration
 
hashCode() - Method in class org.valiktor.springframework.web.payload.UnprocessableEntity
 
hashCode() - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
 
hashCode() - Method in class org.valiktor.springframework.web.payload.ValidationError
 
hashCode() - Method in class org.valiktor.springframework.web.payload.ValidationParam
 

I

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

M

MissingKotlinParameterExceptionHandler - Class in org.valiktor.springframework.web.controller
Represents the REST controller that handles MissingKotlinParameterException and returns an appropriate HTTP response.
MissingKotlinParameterExceptionHandler(constraintViolationExceptionHandler) - Constructor for class org.valiktor.springframework.web.controller.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.web.controller - package org.valiktor.springframework.web.controller
 
org.valiktor.springframework.web.payload - package org.valiktor.springframework.web.payload
 
org.valiktor.springframework.web.reactive - package org.valiktor.springframework.web.reactive
 

R

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

T

toString() - Method in class org.valiktor.springframework.config.ValiktorConfiguration
 
toString() - Method in class org.valiktor.springframework.web.payload.UnprocessableEntity
 
toString() - Method in class org.valiktor.springframework.web.payload.ValidationConstraint
 
toString() - Method in class org.valiktor.springframework.web.payload.ValidationError
 
toString() - Method in class org.valiktor.springframework.web.payload.ValidationParam
 

U

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

V

ValidationConstraint - Class in org.valiktor.springframework.web.payload
Represents a validation constraint
ValidationConstraint(name, params) - Constructor for class org.valiktor.springframework.web.payload.ValidationConstraint
Represents a validation constraint
ValidationError - Class in org.valiktor.springframework.web.payload
Represents a validation error
ValidationError(property, value, message, constraint) - Constructor for class org.valiktor.springframework.web.payload.ValidationError
Represents a validation error
ValidationParam - Class in org.valiktor.springframework.web.payload
Represents a validation parameter
ValidationParam(name, value) - Constructor for class org.valiktor.springframework.web.payload.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
C E G H I M O R T U V 
Skip navigation links