| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanMetadataElement | |
|---|---|
| org.springframework.aop.config | Support package for declarative AOP configuration, with XML schema being the primary configuration format. | 
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.parsing | Support infrastructure for bean definition parsing. | 
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| Uses of BeanMetadataElement in org.springframework.aop.config | 
|---|
| Classes in org.springframework.aop.config that implement BeanMetadataElement | |
|---|---|
|  class | AdvisorComponentDefinitionComponentDefinitionthat bridges the gap between the advisor bean definition configured
 by the<aop:advisor>tag and the component definition
 infrastructure. | 
|  class | AspectComponentDefinitionComponentDefinitionthat holds an aspect definition, including its nested pointcuts. | 
|  class | PointcutComponentDefinitionComponentDefinitionimplementation that holds a pointcut definition. | 
| Uses of BeanMetadataElement in org.springframework.beans | 
|---|
| Classes in org.springframework.beans that implement BeanMetadataElement | |
|---|---|
|  class | BeanMetadataAttributeHolder for a key-value style attribute that is part of a bean definition. | 
|  class | BeanMetadataAttributeAccessorExtension of AttributeAccessorSupport,
 holding attributes asBeanMetadataAttributeobjects in order
 to keep track of the definition source. | 
|  class | PropertyValueObject to hold information and value for an individual bean property. | 
| Uses of BeanMetadataElement in org.springframework.beans.factory.annotation | 
|---|
| Subinterfaces of BeanMetadataElement in org.springframework.beans.factory.annotation | |
|---|---|
|  interface | AnnotatedBeanDefinitionExtended BeanDefinitioninterface that exposesAnnotationMetadataabout its bean class - without requiring the class to be loaded yet. | 
| Classes in org.springframework.beans.factory.annotation that implement BeanMetadataElement | |
|---|---|
|  class | AnnotatedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, adding support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface. | 
| Uses of BeanMetadataElement in org.springframework.beans.factory.config | 
|---|
| Subinterfaces of BeanMetadataElement in org.springframework.beans.factory.config | |
|---|---|
|  interface | BeanDefinitionA BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations. | 
|  interface | BeanReferenceInterface that exposes a reference to a bean name in an abstract fashion. | 
| Classes in org.springframework.beans.factory.config that implement BeanMetadataElement | |
|---|---|
|  class | BeanDefinitionHolderHolder for a BeanDefinition with name and aliases. | 
| static class | ConstructorArgumentValues.ValueHolderHolder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument. | 
|  class | RuntimeBeanNameReferenceImmutable placeholder class used for a property value object when it's a reference to another bean name in the factory, to be resolved at runtime. | 
|  class | RuntimeBeanReferenceImmutable placeholder class used for a property value object when it's a reference to another bean in the factory, to be resolved at runtime. | 
|  class | TypedStringValueHolder for a typed String value. | 
| Uses of BeanMetadataElement in org.springframework.beans.factory.parsing | 
|---|
| Subinterfaces of BeanMetadataElement in org.springframework.beans.factory.parsing | |
|---|---|
|  interface | ComponentDefinitionInterface that describes the logical view of a set of BeanDefinitionsandBeanReferencesas presented in some configuration context. | 
|  interface | DefaultsDefinitionMarker interface for a defaults definition, extending BeanMetadataElement to inherit source exposure. | 
| Classes in org.springframework.beans.factory.parsing that implement BeanMetadataElement | |
|---|---|
|  class | AbstractComponentDefinitionBase implementation of ComponentDefinitionthat provides a basic implementation ofAbstractComponentDefinition.getDescription()which delegates toComponentDefinition.getName(). | 
|  class | AliasDefinitionRepresentation of an alias that has been registered during the parsing process. | 
|  class | BeanComponentDefinitionComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean. | 
|  class | CompositeComponentDefinitionComponentDefinitionimplementation that holds one or more nestedComponentDefinitioninstances, aggregating them into a named group
 of components. | 
|  class | ImportDefinitionRepresentation of an import that has been processed during the parsing process. | 
| Uses of BeanMetadataElement in org.springframework.beans.factory.support | 
|---|
| Classes in org.springframework.beans.factory.support that implement BeanMetadataElement | |
|---|---|
|  class | AbstractBeanDefinitionBase class for concrete, full-fledged BeanDefinitionclasses,
 factoring out common properties ofRootBeanDefinitionandChildBeanDefinition. | 
|  class | AutowireCandidateQualifierQualifier for resolving autowire candidates. | 
|  class | ChildBeanDefinitionBean definition for beans which inherit settings from their parent. | 
|  class | GenericBeanDefinitionGenericBeanDefinition is a one-stop shop for standard bean definition purposes. | 
|  class | LookupOverrideRepresents an override of a method that looks up an object in the same IoC context. | 
|  class | ManagedListTag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects). | 
|  class | ManagedMapTag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects). | 
|  class | ManagedPropertiesTag class which represents a Spring-managed Propertiesinstance
 that supports merging of parent/child definitions. | 
|  class | ManagedSetTag collection class used to hold managed Set values, which may include runtime bean references (to be resolved into bean objects). | 
|  class | MethodOverrideObject representing the override of a method on a managed object by the IoC container. | 
|  class | ReplaceOverrideExtension of MethodOverride that represents an arbitrary override of a method by the IoC container. | 
|  class | RootBeanDefinitionA root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime. | 
| Uses of BeanMetadataElement in org.springframework.beans.factory.xml | 
|---|
| Classes in org.springframework.beans.factory.xml that implement BeanMetadataElement | |
|---|---|
|  class | DocumentDefaultsDefinitionSimple JavaBean that holds the defaults specified at the %lt;beans>level in a standard Spring XML bean definition document:default-lazy-init,default-autowire, etc | 
| Uses of BeanMetadataElement in org.springframework.context.annotation | 
|---|
| Classes in org.springframework.context.annotation that implement BeanMetadataElement | |
|---|---|
|  class | ScannedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed
 through theAnnotatedBeanDefinitioninterface. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||