Package com.composum.sling.core.util
Class SerializableValueMap
- java.lang.Object
-
- org.apache.sling.api.wrappers.ValueMapDecorator
-
- com.composum.sling.core.util.SerializableValueMap
-
-
Constructor Summary
Constructors Constructor Description SerializableValueMap(Map<String,Object> base)
-
Method Summary
-
Methods inherited from class org.apache.sling.api.wrappers.ValueMapDecorator
clear, containsKey, containsValue, entrySet, equals, get, get, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-