ylbtech-Java-API-Package:org.springframework.beans.factory.annotation |
1.返回顶部 |
1、
Package org.springframework.beans.factory.annotation
Support package for annotation-driven bean configuration.
See: Description
-
Interface Summary Interface Description AnnotatedBeanDefinition ExtendedBeanDefinition
interface that exposesAnnotationMetadata
about its bean class - without requiring the class to be loaded yet. -
Class Summary Class Description AnnotatedGenericBeanDefinition Extension of theGenericBeanDefinition
class, adding support for annotation metadata exposed through theAnnotatedBeanDefinition
interface.AnnotationBeanWiringInfoResolver BeanWiringInfoResolver
that uses the Configurable annotation to identify which classes need autowiring.AutowiredAnnotationBeanPostProcessor BeanPostProcessor
implementation that autowires annotated fields, setter methods and arbitrary config methods.BeanFactoryAnnotationUtils Convenience methods performing bean lookups related to Spring-specific annotations, for example Spring's@Qualifier
annotation.CustomAutowireConfigurer ABeanFactoryPostProcessor
implementation that allows for convenient registration of custom autowire qualifier types.InitDestroyAnnotationBeanPostProcessor BeanPostProcessor
implementation that invokes annotated init and destroy methods.InjectionMetadata Internal class for managing injection metadata.InjectionMetadata.InjectedElement A single injected element.QualifierAnnotationAutowireCandidateResolver AutowireCandidateResolver
implementation that matches bean definition qualifiers againstqualifier annotations
on the field or parameter to be autowired.RequiredAnnotationBeanPostProcessor Deprecated as of 5.1, in favor of using constructor injection for required settings (or a customInitializingBean
implementation) -
Enum Summary Enum Description Autowire Enumeration determining autowiring status: that is, whether a bean should have its dependencies automatically injected by the Spring container using setter injection. -
Annotation Types Summary Annotation Type Description Autowired Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities.Configurable Marks a class as being eligible for Spring-driven configuration.Lookup An annotation that indicates 'lookup' methods, to be overridden by the container to redirect them back to theBeanFactory
for agetBean
call.Qualifier This annotation may be used on a field or parameter as a qualifier for candidate beans when autowiring.Required Deprecated as of 5.1, in favor of using constructor injection for required settings (or a customInitializingBean
implementation)Value Annotation at the field or method/constructor parameter level that indicates a default value expression for the affected argument.
Package org.springframework.beans.factory.annotation Description
Support package for annotation-driven bean configuration.
2、
2.返回顶部 |
3.返回顶部 |
4.返回顶部 |
5.返回顶部 |
0、
1、
6.返回顶部 |
作者:ylbtech 出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |