Class StrictSpringBeanFactoryProxyMap
java.lang.Object
com.flowable.platform.common.bean.StrictSpringBeanFactoryProxyMap
- Author:
- Filip Hrisafov
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
beanFactory
-
availableStrictBeans
-
-
Constructor Details
-
StrictSpringBeanFactoryProxyMap
-
-
Method Details
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<Object,Object>
-
getAvailableStrictBeans
-
keySet
-
clear
public void clear() -
containsValue
- Specified by:
containsValuein interfaceMap<Object,Object>
-
entrySet
-
isEmpty
public boolean isEmpty() -
put
-
putAll
-
remove
-
size
public int size() -
values
-