org.onebusaway.container.spring
public class ListBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered
BeanPostProcessor
to add additional values to
already-created List
object.MapBeanPostProcessor
,
PropertiesBeanPostProcessor
Constructor and Description |
---|
ListBeanPostProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object obj,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
BeanPostProcessor Interface |
void |
setOrder(int order)
Ordered Interface |
void |
setTarget(String target) |
void |
setValues(List<Object> values) |
public void setTarget(String target)
public void setOrder(int order)
Ordered
Interfacepublic int getOrder()
getOrder
in interface org.springframework.core.Ordered
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
BeanPostProcessor
InterfacepostProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object obj, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2014 OneBusAway. All Rights Reserved.