T - the generic type of the instances contained in the ObjectStorepublic class SimpleObjectStoreToMapAdapter<T extends Serializable>
extends org.mule.runtime.api.store.ObjectStoreToMapAdapter<T>
ObjectStoreToMapAdapter which operates on a
ObjectStore received in the constructor| Constructor and Description |
|---|
SimpleObjectStoreToMapAdapter(org.mule.runtime.api.store.ObjectStore<T> objectStore)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.store.ObjectStore<T> |
getObjectStore() |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SimpleObjectStoreToMapAdapter(org.mule.runtime.api.store.ObjectStore<T> objectStore)
objectStore - the ObjectStore to be bridgedpublic org.mule.runtime.api.store.ObjectStore<T> getObjectStore()
getObjectStore in class org.mule.runtime.api.store.ObjectStoreToMapAdapter<T extends Serializable>Copyright © 2020 MuleSoft, Inc.. All rights reserved.