Class Filters


  • public class Filters
    extends java.lang.Object
    Filters conditions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.Predicate<java.lang.reflect.Field> IS_FINAL_AND_NOT_STATIC_FIELD
      Returns only the final not static field.
      static java.util.function.Predicate<java.lang.reflect.Field> IS_NOT_FINAL_AND_NOT_STATIC_FIELD
      Returns only the not final not static field.
      static java.util.function.Predicate<java.lang.reflect.Field> IS_NOT_FINAL_FIELD
      Returns only the not final field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Filters()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IS_FINAL_AND_NOT_STATIC_FIELD

        public static final java.util.function.Predicate<java.lang.reflect.Field> IS_FINAL_AND_NOT_STATIC_FIELD
        Returns only the final not static field.
      • IS_NOT_FINAL_AND_NOT_STATIC_FIELD

        public static final java.util.function.Predicate<java.lang.reflect.Field> IS_NOT_FINAL_AND_NOT_STATIC_FIELD
        Returns only the not final not static field.
      • IS_NOT_FINAL_FIELD

        public static final java.util.function.Predicate<java.lang.reflect.Field> IS_NOT_FINAL_FIELD
        Returns only the not final field.
    • Constructor Detail

      • Filters

        public Filters()