Class ClassExclusionFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      ClassExclusionFilter​(java.lang.Class<?>... exclusions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accepts​(java.lang.Class<?> c)  
      • Methods inherited from class java.lang.Object

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

      • ClassExclusionFilter

        public ClassExclusionFilter​(java.lang.Class<?>... exclusions)
    • Method Detail

      • accepts

        public boolean accepts​(java.lang.Class<?> c)
        Specified by:
        accepts in interface ClassFilter