MethodValidationExcludeFilter
interface MethodValidationExcludeFilter
A filter for excluding types from method validation.
Author
Andy Wilkinson
Since
2.4.0
See also
Functions
Link copied to clipboard
Factory method to create a MethodValidationExcludeFilter that excludes classes by annotation found using an inherited annotations search strategy.
open fun byAnnotation(annotationType: Class<out Annotation>, searchStrategy: MergedAnnotations.SearchStrategy): MethodValidationExcludeFilter
Factory method to create a MethodValidationExcludeFilter that excludes classes by annotation found using the given search strategy.
Link copied to clipboard
Evaluate whether to exclude the given
type
from method validation.