Class MethodMatcher

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Predicate<io.github.classgraph.MethodInfo>

    public class MethodMatcher
    extends AbstractClassMemberMatcher<io.github.classgraph.MethodInfo>
    Matcher to test MethodInfos.
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodMatcher

        public MethodMatcher()
    • Method Detail

      • thatAreNotAccessors

        public MethodMatcher thatAreNotAccessors()
      • test

        public boolean test​(io.github.classgraph.MethodInfo methodInfo)
        Specified by:
        test in interface java.util.function.Predicate<io.github.classgraph.MethodInfo>
        Overrides:
        test in class AbstractClassMemberMatcher<io.github.classgraph.MethodInfo>