Class SimpleFunctionalMarshaller<T extends V,V>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<T,V>
org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller<T,V>
Type Parameters:
T - the type of this marshaller
V - the type of the mapped marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>
Direct Known Subclasses:
ConcurrentMapMarshaller, ConcurrentSortedMapMarshaller, CopyOnWriteCollectionMarshaller, UnmodifiableCollectionMarshaller, UnmodifiableMapMarshaller

public class SimpleFunctionalMarshaller<T extends V,V> extends FunctionalMarshaller<T,V>
Functional marshaller whose marshalled type is a subclass of the mapped marshaller.
Author:
Paul Ferraro
  • Constructor Details