Class PropertyListFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean

    public class PropertyListFactoryBean
    extends org.springframework.core.io.support.PropertiesLoaderSupport
    implements org.springframework.beans.factory.FactoryBean
    • Field Summary

      • Fields inherited from class org.springframework.core.io.support.PropertiesLoaderSupport

        localOverride, localProperties, logger
      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Constructor Detail

      • PropertyListFactoryBean

        public PropertyListFactoryBean()
    • Method Detail

      • getObject

        public Object getObject()
                         throws Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
        Throws:
        Exception
      • getObjectType

        public Class getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean