Class FieldMatcher

java.lang.Object
dev.derklaro.reflexion.matcher.BaseMatcher<Field, FieldMatcher>
dev.derklaro.reflexion.matcher.FieldMatcher
All Implemented Interfaces:
Predicate<Field>

public final class FieldMatcher extends BaseMatcher<Field, FieldMatcher>
A matcher for fields.
Since:
1.0
  • Constructor Details

    • FieldMatcher

      private FieldMatcher()
  • Method Details

    • newMatcher

      @NotNull public static @NotNull FieldMatcher newMatcher()
      Constructs a new field matcher instance.
      Returns:
      a new field matcher instance.