Class SpringBeanFactoryProxyMap
java.lang.Object
org.activiti.engine.impl.cfg.SpringBeanFactoryProxyMap
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.beans.factory.BeanFactory -
Constructor Summary
ConstructorsConstructorDescriptionSpringBeanFactoryProxyMap(org.springframework.beans.factory.BeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
beanFactory
protected org.springframework.beans.factory.BeanFactory beanFactory
-
-
Constructor Details
-
SpringBeanFactoryProxyMap
public SpringBeanFactoryProxyMap(org.springframework.beans.factory.BeanFactory beanFactory)
-
-
Method Details
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<Object,Object>
-
keySet
-
clear
-
containsValue
- Specified by:
containsValuein interfaceMap<Object,Object>
-
entrySet
-
isEmpty
-
put
-
putAll
-
remove
-
size
-
values
-