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.
Factory method to create a MethodValidationExcludeFilter that excludes classes by annotation found using the given search strategy.
Link copied to clipboard
abstract fun isExcluded(type: Class<out Any>): Boolean
Evaluate whether to exclude the given type from method validation.