object MethodMatcher extends Serializable
Defines several additional factory methods to facilitate the creation of MethodMatchers.
- Source
- MethodMatcher.scala
- Alphabetic
- By Inheritance
- MethodMatcher
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(classLevelMatcher: ClassLevelMatcher, annotationPredicate: AnnotationPredicate): MethodMatcher
- def apply(annotationPredicate: AnnotationPredicate): MethodMatcher
Creates a MethodMatcher, that relies on an AllAnnotationsPredicate for matching the given AnnotationPredicate.
- def apply(annotationsPredicate: AnnotationsPredicate): MethodMatcher
- def apply(classLevelMatcher: ClassLevelMatcher, methodPredicate: SourceElementPredicate[Method]): MethodMatcher
- def apply(annotationsPredicate: AnnotationsPredicate, methodPredicate: SourceElementPredicate[_ >: Method]): MethodMatcher
- def apply(methodPredicate: SourceElementPredicate[_ >: Method]): MethodMatcher