Class TernaryMemberMarshaller<T,M extends Member,M1,M2,M3>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller<T,M,M1,M2,M3>
Type Parameters:
T - the target type of this marshaller
M - the reflection member type
M1 - the first component member type
M2 - the second component member type
M3 - the third component member type
All Implemented Interfaces:
Function<Object[],T>, org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>
Direct Known Subclasses:
TernaryFieldMarshaller, TernaryMethodMarshaller

public class TernaryMemberMarshaller<T,M extends Member,M1,M2,M3> extends AbstractMemberMarshaller<T,M>
Generic marshaller based on three non-public members.
Author:
Paul Ferraro