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