Package org.ifinalframework.validation
Interface MethodValidationGroupsProvider
- All Known Implementing Classes:
NoMethodValidationGroupsProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
ValidationGroupsProvider.
- Since:
- 1.5.0
- Version:
- 1.5.0
- Author:
- ilikly
- See Also:
-
MethodInterceptorMethodValidationInterceptor
-
Method Summary
Modifier and TypeMethodDescriptiongetValidationGroups(org.aopalliance.intercept.MethodInvocation invocation)
-
Method Details
-
getValidationGroups
-