Interface BeanValidatorGroupSource
-
- All Known Implementing Classes:
BeanValidationGroupSourceImpl
@UsesConfiguration(java.lang.Class.class) public interface BeanValidatorGroupSource
Provides list of groups targeted for validation.- Since:
- 5.2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>[]
get()
Returns groups targeted for validation.
-