Uses of Class
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Packages that use CommonAnnotationBeanPostProcessor.LookupElement Package Description org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.Uses of CommonAnnotationBeanPostProcessor.LookupElement in org.springframework.context.annotation
Methods in org.springframework.context.annotation with parameters of type CommonAnnotationBeanPostProcessor.LookupElement Modifier and Type Method Description protected ObjectCommonAnnotationBeanPostProcessor. autowireResource(BeanFactory factory, CommonAnnotationBeanPostProcessor.LookupElement element, String requestingBeanName)Obtain a resource object for the given name and type through autowiring based on the given factory.protected ObjectCommonAnnotationBeanPostProcessor. buildLazyResourceProxy(CommonAnnotationBeanPostProcessor.LookupElement element, String requestingBeanName)Obtain a lazily resolving resource proxy for the given name and type, delegating toCommonAnnotationBeanPostProcessor.getResource(org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement, java.lang.String)on demand once a method call comes in.protected ObjectCommonAnnotationBeanPostProcessor. getResource(CommonAnnotationBeanPostProcessor.LookupElement element, String requestingBeanName)Obtain the resource object for the given name and type.