public interface Filter
ClassHierarchyHelper.getHierarchy(Class, Filter...)
.Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Class<?> clazz)
Whether the given class is accepted by this filter or not.
|
boolean accepts(Class<?> clazz)
clazz
- the class of interesttrue
if this filter accepts the given class (meaning it
will be contained in the result of
ClassHierarchyHelper.getHierarchy(Class, Filter...)
,
false
otherwise.Copyright © 2021 JBoss by Red Hat. All rights reserved.