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.UnmodifiableMapMarshaller<T>
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>,Readable<T>,Writable<T>
public class UnmodifiableMapMarshaller<T extends Map<Object,Object>>
extends SimpleFunctionalMarshaller<T,Map<Object,Object>>
Marshaller for unmodifiable maps created via
Map.of() or java.util.Map#ofEntries() methods.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
getJavaClass, readFrom, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
Constructor Details
-
UnmodifiableMapMarshaller
-