Skip navigation links
C E G H O 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
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.ValiktorJacksonReactiveExceptionHandler
Handle MissingKotlinParameterException and throws a ConstraintViolationException
handle(exchange, ex) - Method in class org.valiktor.springframework.web.reactive.ValiktorReactiveExceptionHandler
Handle ConstraintViolationException and returns 422 (Unprocessable Entity) status code with the constraint violations.
handleConstraintViolationException(ex, locale) - Method in class org.valiktor.springframework.web.controller.ValiktorExceptionHandler
Handle ConstraintViolationException and returns 422 (Unprocessable Entity) status code with the constraint violations.
handleMissingKotlinParameterException(ex, locale) - Method in class org.valiktor.springframework.web.controller.ValiktorJacksonExceptionHandler
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
 

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
 

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
ValiktorExceptionHandler - Class in org.valiktor.springframework.web.controller
Represents the REST controller that handles ConstraintViolationException and returns an appropriate HTTP response.
ValiktorExceptionHandler(config) - Constructor for class org.valiktor.springframework.web.controller.ValiktorExceptionHandler
Represents the REST controller that handles ConstraintViolationException and returns an appropriate HTTP response.
ValiktorJacksonExceptionHandler - Class in org.valiktor.springframework.web.controller
Represents the REST controller that handles MissingKotlinParameterException and returns an appropriate HTTP response.
ValiktorJacksonExceptionHandler(valiktorExceptionHandler) - Constructor for class org.valiktor.springframework.web.controller.ValiktorJacksonExceptionHandler
Represents the REST controller that handles MissingKotlinParameterException and returns an appropriate HTTP response.
ValiktorJacksonReactiveExceptionHandler - Class in org.valiktor.springframework.web.reactive
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
ValiktorJacksonReactiveExceptionHandler() - Constructor for class org.valiktor.springframework.web.reactive.ValiktorJacksonReactiveExceptionHandler
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
ValiktorReactiveExceptionHandler - Class in org.valiktor.springframework.web.reactive
Represents the WebExceptionHandler that handles ConstraintViolationException and returns an appropriate HTTP response.
ValiktorReactiveExceptionHandler(config, codecConfigurer) - Constructor for class org.valiktor.springframework.web.reactive.ValiktorReactiveExceptionHandler
Represents the WebExceptionHandler that handles ConstraintViolationException and returns an appropriate HTTP response.
C E G H O T U V 
Skip navigation links