Class SetFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<Set<Object>>
org.springframework.beans.factory.config.SetFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<Set<Object>>, InitializingBean

public class SetFactoryBean extends AbstractFactoryBean<Set<Object>>
Simple factory for shared Set instances. Allows for central setup of Sets via the "set" element in XML bean definitions.
Since:
09.12.2003
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • SetFactoryBean

      public SetFactoryBean()
  • Method Details