public class FieldMatcher extends AbstractClassMemberMatcher<io.github.classgraph.FieldInfo>
PROJECT_CLASSPATH_HOLDER| Constructor and Description |
|---|
FieldMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(io.github.classgraph.FieldInfo fieldInfo) |
FieldMatcher |
thatDontHaveAccessors() |
FieldMatcher |
thatHaveAccessors() |
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 FieldMatcher thatHaveAccessors()
public FieldMatcher thatDontHaveAccessors()
public boolean test(io.github.classgraph.FieldInfo fieldInfo)
test in interface java.util.function.Predicate<io.github.classgraph.FieldInfo>test in class AbstractClassMemberMatcher<io.github.classgraph.FieldInfo>