@Component public class PojoProducers extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Constructor and Description |
|---|
PojoProducers() |
| Modifier and Type | Method and Description |
|---|---|
List<ProducerMeta> |
getProducerMetas() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
protected void |
processProvider(String beanName,
Object bean) |
void |
registerPojoProducer(PojoProducerMeta pojoProducer) |
public void registerPojoProducer(PojoProducerMeta pojoProducer)
public List<ProducerMeta> getProducerMetas()
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.