Class BinaryMemberMarshaller<T,M extends Member,M1,M2>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
-
- org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller<T,M,M1,M2>
-
- All Implemented Interfaces:
Function<Object[],T>,org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
- Direct Known Subclasses:
BinaryFieldMarshaller,BinaryMethodMarshaller
public class BinaryMemberMarshaller<T,M extends Member,M1,M2> extends AbstractMemberMarshaller<T,M>
Generic marshaller based on two non-public members.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description BinaryMemberMarshaller(Class<? extends T> type, BiFunction<Object,M,Object> accessor, BiFunction<Class<?>,Class<?>,M> memberLocator, Class<M1> member1Type, Class<M2> member2Type, BiFunction<M1,M2,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
-
-