Package ome.util

Class MapPut

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

    public class MapPut
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    Simple bean which calls "map.put(key, object)" on InitializingBean.afterPropertiesSet(). Must adhere to the Map interface for nulls, etc.
    • Constructor Summary

      Constructors 
      Constructor Description
      MapPut()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      void setKey​(java.lang.String key)  
      void setMap​(java.util.Map<java.lang.String,​java.lang.Object> map)  
      void setObject​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • MapPut

        public MapPut()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • setMap

        public void setMap​(java.util.Map<java.lang.String,​java.lang.Object> map)
      • setKey

        public void setKey​(java.lang.String key)
      • setObject

        public void setObject​(java.lang.Object object)