Class ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<T,V>
-
- org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller<T,SortedMap<Object,Object>>
-
- org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentSortedMapMarshaller<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 ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>> extends SimpleFunctionalMarshaller<T,SortedMap<Object,Object>>
Marshaller for a concurrentSortedMapthat does not allow null values.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ConcurrentSortedMapMarshaller(Function<Comparator<? super Object>,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.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Constructor Detail
-
ConcurrentSortedMapMarshaller
public ConcurrentSortedMapMarshaller(Function<Comparator<? super Object>,T> factory)
-
-