public final class DefaultInjectionComponentResolverFactory extends java.lang.Object implements InjectionComponentResolverFactory
| Constructor and Description |
|---|
DefaultInjectionComponentResolverFactory() |
| Modifier and Type | Method and Description |
|---|---|
InjectionComponentResolvers |
fromConstructorParameters(java.lang.reflect.Constructor<?> constructor)
コンストラクタのパラメータをもとに依存コンポーネントのリゾルバを生成する。
|
InjectionComponentResolver |
fromField(java.lang.reflect.Field field)
フィールドをもとに依存コンポーネントのリゾルバを生成する。
|
InjectionComponentResolvers |
fromMethodParameters(java.lang.reflect.Method method)
メソッドのパラメータをもとに依存コンポーネントのリゾルバを生成する。
|
public DefaultInjectionComponentResolverFactory()
public InjectionComponentResolver fromField(java.lang.reflect.Field field)
InjectionComponentResolverFactoryfromField in interface InjectionComponentResolverFactoryfield - フィールドpublic InjectionComponentResolvers fromMethodParameters(java.lang.reflect.Method method)
InjectionComponentResolverFactoryfromMethodParameters in interface InjectionComponentResolverFactorymethod - メソッドpublic InjectionComponentResolvers fromConstructorParameters(java.lang.reflect.Constructor<?> constructor)
InjectionComponentResolverFactoryfromConstructorParameters in interface InjectionComponentResolverFactoryconstructor - コンストラクタ