Class TernaryFieldMarshaller<T,F1,F2,F3>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
-
- org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller<T,Field,F1,F2,F3>
-
- org.wildfly.clustering.marshalling.protostream.reflect.TernaryFieldMarshaller<T,F1,F2,F3>
-
- All Implemented Interfaces:
Function<Object[],T>,org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
public class TernaryFieldMarshaller<T,F1,F2,F3> extends TernaryMemberMarshaller<T,Field,F1,F2,F3>
Generic marshaller based on three non-public fields.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller
apply
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
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.ProtoStreamMarshaller
getTypeName, read, write
-
-