Class PredicatePlatform


  • public final class PredicatePlatform
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREDICATEMETHOD_NAME
      public for implementation reasons, please ignore.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isFilterMethod​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • PREDICATEMETHOD_NAME

        public static final java.lang.String PREDICATEMETHOD_NAME
        public for implementation reasons, please ignore.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PredicatePlatform

        public PredicatePlatform()
    • Method Detail

      • isFilterMethod

        public static boolean isFilterMethod​(java.lang.reflect.Method method)