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)
InjectionComponentResolverFactory
fromField
in interface InjectionComponentResolverFactory
field
- フィールドpublic InjectionComponentResolvers fromMethodParameters(java.lang.reflect.Method method)
InjectionComponentResolverFactory
fromMethodParameters
in interface InjectionComponentResolverFactory
method
- メソッドpublic InjectionComponentResolvers fromConstructorParameters(java.lang.reflect.Constructor<?> constructor)
InjectionComponentResolverFactory
fromConstructorParameters
in interface InjectionComponentResolverFactory
constructor
- コンストラクタ