Class MapFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<Map<Object,​Object>>, org.springframework.beans.factory.InitializingBean

    public class MapFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean<Map<Object,​Object>>
    A Spring FactoryBean for creating a List object.
    Author:
    bdferris
    See Also:
    MapFactoryBean
    • Constructor Detail

      • MapFactoryBean

        public MapFactoryBean()
    • Method Detail

      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<Map<Object,​Object>>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<Map<Object,​Object>>