Interface | Description |
---|---|
ValidationHintResolver |
A strategy for resolving String-based hints to Objects such as validation
groups against a JSR-303 provider.
|
Class | Description |
---|---|
BeanValidationHintResolver |
A JSR-303 (Bean Validation) implementation of
ValidationHintResolver
that resolves String-based hints to a Class<?> array. |
DefaultValidationContext | |
ValidationHelper |
A helper class the encapsulates conventions to invoke validation logic.
|
WebFlowMessageCodesResolver |
Message Codes Resolver that implements the default Web Flow 2.x algorithm.
|