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.

@FunctionalInterface public interface MethodValidationGroupsProvider
ValidationGroupsProvider.
Since:
1.5.0
Version:
1.5.0
Author:
ilikly
See Also:
  • MethodInterceptor
  • MethodValidationInterceptor
  • Method Summary

    Modifier and Type
    Method
    Description
    getValidationGroups(org.aopalliance.intercept.MethodInvocation invocation)
     
  • Method Details

    • getValidationGroups

      @NonNull List<Class<?>> getValidationGroups(@NonNull org.aopalliance.intercept.MethodInvocation invocation)