public final class AnnotationComponentKeyFactory extends java.lang.Object implements ComponentKeyFactory
| Constructor and Description |
|---|
AnnotationComponentKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> ComponentKey<T> |
fromComponentClass(java.lang.Class<T> componentType)
コンポーネントのクラスをもとに検索キーを生成する。
|
public <T> ComponentKey<T> fromComponentClass(java.lang.Class<T> componentType)
ComponentKeyFactoryfromComponentClass in interface ComponentKeyFactorycomponentType - コンポーネントのクラス