public interface ValidationHintResolver
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
resolveValidationHints(java.lang.Object model,
java.lang.String flowId,
java.lang.String stateId,
java.lang.String[] hints)
Resolve the given String hints.
|
java.lang.Object[] resolveValidationHints(java.lang.Object model, java.lang.String flowId, java.lang.String stateId, java.lang.String[] hints)
FlowExecutionException
if a hint cannot be resolved.model
- the model object that will be validated using the hintsflowId
- the current flow idstateId
- the current state idhints
- the hints to resolve