- 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