Class TrueClassFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.Class<?> filteredObject)
      Does accept filtered object?
      • Methods inherited from class java.lang.Object

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

      • accept

        public boolean accept​(java.lang.Class<?> filteredObject)
        Description copied from interface: Filter
        Does accept filtered object?
        Specified by:
        accept in interface Filter<java.lang.Class<?>>
        Parameters:
        filteredObject - filtered object
        Returns: