ConfigurationPropertiesBean
@Deprecated
public class ConfigurationBeanFactoryMetadata
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware
@Bean
definition metadata during initialization of
the bean factory.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BEAN_NAME
Deprecated.
The bean name that this class is registered with.
|
Constructor and Description |
---|
ConfigurationBeanFactoryMetadata()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<A extends java.lang.annotation.Annotation> |
findFactoryAnnotation(java.lang.String beanName,
java.lang.Class<A> type)
Deprecated.
|
java.lang.reflect.Method |
findFactoryMethod(java.lang.String beanName)
Deprecated.
|
<A extends java.lang.annotation.Annotation> |
getBeansWithFactoryAnnotation(java.lang.Class<A> type)
Deprecated.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Deprecated.
|
public static final java.lang.String BEAN_NAME
public ConfigurationBeanFactoryMetadata()
public <A extends java.lang.annotation.Annotation> java.util.Map<java.lang.String,java.lang.Object> getBeansWithFactoryAnnotation(java.lang.Class<A> type)
public <A extends java.lang.annotation.Annotation> A findFactoryAnnotation(java.lang.String beanName, java.lang.Class<A> type)
public java.lang.reflect.Method findFactoryMethod(java.lang.String beanName)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException