public class MapPut extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
MapPut() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Invoked by a BeanFactory after it has set all bean properties supplied
(and satisfied BeanFactoryAware and ApplicationContextAware).
|
void |
setKey(String key) |
void |
setMap(Map<String,Object> map) |
void |
setObject(Object object) |
public void afterPropertiesSet() throws Exception
org.springframework.beans.factory.InitializingBean
This method allows the bean instance to perform initialization only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
- in the event of misconfiguration (such
as failure to set an essential property) or if initialization fails.public void setKey(String key)
public void setObject(Object object)
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.