Class FieldMatcher
java.lang.Object
dev.derklaro.reflexion.matcher.BaseMatcher<Field, FieldMatcher>
dev.derklaro.reflexion.matcher.FieldMatcher
A matcher for fields.
- Since:
- 1.0
-
Field Summary
Fields inherited from class dev.derklaro.reflexion.matcher.BaseMatcher
currentMatcher -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull FieldMatcherConstructs a new field matcher instance.Methods inherited from class dev.derklaro.reflexion.matcher.BaseMatcher
and, denyModifier, denyModifiers, derivedType, derivedTypeAt, derivedTypes, exactType, exactTypeAt, exactTypes, hasMatchingName, hasModifier, hasModifiers, hasName, negate, or, superType, superTypeAt, superTypes, test
-
Constructor Details
-
FieldMatcher
private FieldMatcher()
-
-
Method Details
-
newMatcher
Constructs a new field matcher instance.- Returns:
- a new field matcher instance.
-