Class CombiningListFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<List<Object>>
org.springframework.beans.factory.config.ListFactoryBean
net.shibboleth.shared.spring.factory.CombiningListFactoryBean
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware,DisposableBean,FactoryBean<List<Object>>,InitializingBean
A factory which extends
ListFactoryBean by requiring two lists as input.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<?>First list to combine.private List<?>Second list to combine.Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<?>Set the first list to combine.List<?>Set the second list to combine.voidsetFirstList(List<?> list) Get the first list to combine.voidsetSecondList(List<?> list) Get the second list to combine.voidsetSourceList(List<?> sourceList) Methods inherited from class org.springframework.beans.factory.config.ListFactoryBean
getObjectType, setTargetListClassMethods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Field Details
-
firstList
First list to combine. -
secondList
Second list to combine.
-
-
Constructor Details
-
CombiningListFactoryBean
public CombiningListFactoryBean()
-
-
Method Details
-
setSourceList
- Overrides:
setSourceListin classListFactoryBean
-
getFirstList
Set the first list to combine.- Returns:
- Returns the firstList.
-
setFirstList
Get the first list to combine.- Parameters:
list- The firstList to set.
-
getSecondList
Set the second list to combine.- Returns:
- Returns the secondList.
-
setSecondList
Get the second list to combine.- Parameters:
list- The secondList to set.
-
createInstance
- Overrides:
createInstancein classListFactoryBean
-