Class Filters


  • public final class Filters
    extends Object
    Filters conditions.
    • Field Detail

      • IS_FINAL_AND_NOT_STATIC_FIELD

        public static final Predicate<Field> IS_FINAL_AND_NOT_STATIC_FIELD
        Returns only the final not static field.
      • IS_NOT_FINAL_AND_NOT_STATIC_FIELD

        public static final Predicate<Field> IS_NOT_FINAL_AND_NOT_STATIC_FIELD
        Returns only the not final not static field.
      • IS_NOT_FINAL_FIELD

        public static final Predicate<Field> IS_NOT_FINAL_FIELD
        Returns only the not final field.
    • Constructor Detail

      • Filters

        public Filters()