Interface ValidationHintResolver
- All Known Implementing Classes:
BeanValidationHintResolver
public interface ValidationHintResolver
A strategy for resolving String-based hints to Objects such as validation
groups against a JSR-303 provider.
- Since:
- 2.4
- Author:
- Rossen Stoyanchev
-
Method Summary
-
Method Details
-
resolveValidationHints
Resolve the given String hints. Implementations may raise aFlowExecutionExceptionif a hint cannot be resolved.- Parameters:
model- the model object that will be validated using the hintsflowId- the current flow idstateId- the current state idhints- the hints to resolve- Returns:
- an array of resolved hints
-