public class FF4jPropertiesPlaceHolderConfigurer extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.Ordered, org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
FF4jPropertiesPlaceHolderConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.BeanFactory |
getBeanFactory()
Getter accessor for attribute 'beanFactory'.
|
String |
getBeanName()
Getter accessor for attribute 'beanName'.
|
FF4j |
getFf4j()
Getter accessor for attribute 'ff4j'.
|
String |
getId()
Getter accessor for attribute 'id'.
|
int |
getOrder()
Getter accessor for attribute 'order'.
|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory arg0) |
void |
setBeanName(String beanName) |
void |
setFf4j(FF4j ff4j)
Setter accessor for attribute 'ff4j'.
|
void |
setId(String id)
Setter accessor for attribute 'id'.
|
void |
setOrder(int order)
Setter accessor for attribute 'order'.
|
public final void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorpublic void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void setBeanFactory(org.springframework.beans.factory.BeanFactory arg0)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic FF4j getFf4j()
public void setFf4j(FF4j ff4j)
ff4j - new value for 'ff4j 'public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
order - new value for 'order 'public String getBeanName()
public org.springframework.beans.factory.BeanFactory getBeanFactory()
public String getId()
public void setId(String id)
id - new value for 'id 'Copyright © 2013–2022 FF4J. All rights reserved.