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>
-
- 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
-
-
Constructor Summary
Constructors Constructor Description TernaryMemberMarshaller(Class<? extends T> type, BiFunction<Object,M,Object> accessor, BiFunction<Class<?>,Class<?>,M> memberLocator, Class<M1> member1Type, Class<M2> member2Type, Class<M3> member3Type, TriFunction<M1,M2,M3,T> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tapply(Object[] parameters)-
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.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-