public class MethodMatcher extends AbstractClassMemberMatcher<io.github.classgraph.MethodInfo>
PROJECT_CLASSPATH_HOLDER| Constructor and Description |
|---|
MethodMatcher() |
| Modifier and Type | Method and Description |
|---|---|
MethodMatcher |
andNotBuiltin() |
boolean |
test(io.github.classgraph.MethodInfo methodInfo) |
MethodMatcher |
thatAreAccessors() |
MethodMatcher |
thatAreNotAccessors() |
of, of, ofannotatedWith, annotationsMatchandNative, andNotNative, andNotStatic, andNotTransient, andNotVolatile, andPackagePrivate, andPrivate, andProtected, andPublic, andStatic, andTransient, andVolatile, modifiersMatch, orPackagePrivate, orPrivate, orProtected, orPublic, thatAreNative, thatAreNotNative, thatAreNotStatic, thatAreNotTransient, thatAreNotVolatile, thatArePackagePrivate, thatArePrivate, thatAreProtected, thatArePublic, thatAreStatic, thatAreTransient, thatAreVolatile, withName, withNameLikenameMatchesclasspathMatches, insideOfProject, outsideOfProject, setProjectClasspathpublic MethodMatcher thatAreAccessors()
public MethodMatcher thatAreNotAccessors()
public MethodMatcher andNotBuiltin()
public boolean test(io.github.classgraph.MethodInfo methodInfo)
test in interface java.util.function.Predicate<io.github.classgraph.MethodInfo>test in class AbstractClassMemberMatcher<io.github.classgraph.MethodInfo>