Class DefaultClassFilter

java.lang.Object
org.instancio.internal.reflection.DefaultClassFilter
All Implemented Interfaces:
ClassFilter

public class DefaultClassFilter extends Object implements ClassFilter
  • Constructor Details

    • DefaultClassFilter

      public DefaultClassFilter()
  • Method Details

    • isExcluded

      public boolean isExcluded(Class<?> klass)
      Description copied from interface: ClassFilter
      Checks if given class is excluded.
      Specified by:
      isExcluded in interface ClassFilter
      Parameters:
      klass - to check
      Returns:
      true if class should be excluded, false otherwise