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)
ComponentKeyFactory
fromComponentClass
in interface ComponentKeyFactory
componentType
- コンポーネントのクラス