Class ConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<T,V>
-
- org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller<T,Map<Object,Object>>
-
- org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMapMarshaller<T>
-
- Type Parameters:
T- the map type of this marshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
public class ConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>> extends SimpleFunctionalMarshaller<T,Map<Object,Object>>
Marshaller for aConcurrentMapthat does not allow null values.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ConcurrentMapMarshaller(Supplier<T> factory)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
getJavaClass, readFrom, writeTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-