org.camunda.bpm.engine.impl.cfg
Class SpringBeanFactoryProxyMap
java.lang.Object
org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
- All Implemented Interfaces:
- Map<Object,Object>
public class SpringBeanFactoryProxyMap
- extends Object
- implements Map<Object,Object>
- Author:
- Tom Baeyens
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
|
Field Summary |
protected org.springframework.beans.factory.BeanFactory |
beanFactory
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beanFactory
protected org.springframework.beans.factory.BeanFactory beanFactory
SpringBeanFactoryProxyMap
public SpringBeanFactoryProxyMap(org.springframework.beans.factory.BeanFactory beanFactory)
get
public Object get(Object key)
- Specified by:
get in interface Map<Object,Object>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map<Object,Object>
keySet
public Set<Object> keySet()
- Specified by:
keySet in interface Map<Object,Object>
clear
public void clear()
- Specified by:
clear in interface Map<Object,Object>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue in interface Map<Object,Object>
entrySet
public Set<Map.Entry<Object,Object>> entrySet()
- Specified by:
entrySet in interface Map<Object,Object>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<Object,Object>
put
public Object put(Object key,
Object value)
- Specified by:
put in interface Map<Object,Object>
putAll
public void putAll(Map<? extends Object,? extends Object> m)
- Specified by:
putAll in interface Map<Object,Object>
remove
public Object remove(Object key)
- Specified by:
remove in interface Map<Object,Object>
size
public int size()
- Specified by:
size in interface Map<Object,Object>
values
public Collection<Object> values()
- Specified by:
values in interface Map<Object,Object>
Copyright © 2015 camunda services GmbH. All rights reserved.