@Singleton public class AutowiredInjectionResolver extends Object implements org.glassfish.hk2.api.InjectionResolver<org.springframework.beans.factory.annotation.Autowired>
| Constructor and Description |
|---|
AutowiredInjectionResolver(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConstructorParameterIndicator() |
boolean |
isMethodParameterIndicator() |
Object |
resolve(org.glassfish.hk2.api.Injectee injectee,
org.glassfish.hk2.api.ServiceHandle<?> root) |
public AutowiredInjectionResolver(org.springframework.context.ApplicationContext applicationContext)
public Object resolve(org.glassfish.hk2.api.Injectee injectee, org.glassfish.hk2.api.ServiceHandle<?> root)
resolve in interface org.glassfish.hk2.api.InjectionResolver<org.springframework.beans.factory.annotation.Autowired>public boolean isConstructorParameterIndicator()
isConstructorParameterIndicator in interface org.glassfish.hk2.api.InjectionResolver<org.springframework.beans.factory.annotation.Autowired>public boolean isMethodParameterIndicator()
isMethodParameterIndicator in interface org.glassfish.hk2.api.InjectionResolver<org.springframework.beans.factory.annotation.Autowired>Copyright © 2018. All rights reserved.