- 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
- 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.