Class MapToPropertiesFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<Properties>
org.bonitasoft.engine.service.impl.MapToPropertiesFactoryBean
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<Properties>, org.springframework.beans.factory.InitializingBean

public class MapToPropertiesFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<Properties>
Author:
Baptiste Mesta
  • Field Summary

    Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    logger

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Properties
     
     
    void
     

    Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MapToPropertiesFactoryBean

      public MapToPropertiesFactoryBean()
  • Method Details

    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>
      Specified by:
      getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<Properties>
    • createInstance

      protected Properties createInstance() throws Exception
      Specified by:
      createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<Properties>
      Throws:
      Exception
    • setMap

      public void setMap(Map<String,Object> map)