public final class DefaultComponentPredicate extends java.lang.Object implements ComponentPredicate
Constructor and Description |
---|
DefaultComponentPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(java.lang.Class<?> clazz)
与えられた
Class がコンポーネントであるかどうか判定する。 |
public boolean test(java.lang.Class<?> clazz)
ComponentPredicate
Class
がコンポーネントであるかどうか判定する。test
in interface ComponentPredicate
clazz
- 対象Class