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>, Readable<T>, Writable<T>

public class ConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>> extends SimpleFunctionalMarshaller<T,Map<Object,Object>>
Marshaller for a ConcurrentMap that does not allow null values.
Author:
Paul Ferraro
  • Constructor Details

    • ConcurrentMapMarshaller

      public ConcurrentMapMarshaller(Supplier<T> factory)