public class ContextAnnotationAutowireCandidateResolver extends QualifierAnnotationAutowireCandidateResolver
AutowireCandidateResolver strategy
interface, providing support for qualifier annotations as well as for lazy resolution
driven by the Lazy annotation in the context.annotation package.| Constructor and Description |
|---|
ContextAnnotationAutowireCandidateResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
buildLazyResolutionProxy(DependencyDescriptor descriptor,
java.lang.String beanName) |
java.lang.Object |
getLazyResolutionProxyIfNecessary(DependencyDescriptor descriptor,
java.lang.String beanName)
Build a proxy for lazy resolution of the actual dependency target,
if demanded by the injection point.
|
protected boolean |
isLazy(DependencyDescriptor descriptor) |
addQualifierType, checkQualifier, checkQualifiers, extractValue, findValue, getFactoryMethodAnnotation, getQualifiedElementAnnotation, getSuggestedValue, isAutowireCandidate, isQualifier, isRequired, setValueAnnotationTypecheckGenericTypeMatch, getBeanFactory, getResolvedDecoratedDefinition, getReturnTypeForFactoryMethod, setBeanFactorypublic ContextAnnotationAutowireCandidateResolver()
public java.lang.Object getLazyResolutionProxyIfNecessary(DependencyDescriptor descriptor, java.lang.String beanName)
AutowireCandidateResolvergetLazyResolutionProxyIfNecessary in interface AutowireCandidateResolvergetLazyResolutionProxyIfNecessary in class SimpleAutowireCandidateResolverdescriptor - the descriptor for the target method parameter or fieldbeanName - the name of the bean that contains the injection pointnull if straight resolution is to be performedprotected boolean isLazy(DependencyDescriptor descriptor)
protected java.lang.Object buildLazyResolutionProxy(DependencyDescriptor descriptor, java.lang.String beanName)