Class UnaryMemberMarshaller<T,M extends Member,M1>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
-
- org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller<T,M,M1>
-
- All Implemented Interfaces:
Function<Object[],T>,org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
- Direct Known Subclasses:
UnaryFieldMarshaller,UnaryMethodMarshaller
public class UnaryMemberMarshaller<T,M extends Member,M1> extends AbstractMemberMarshaller<T,M>
Generic marshaller based on a single non-public member.- Author:
- Paul Ferraro
-
-
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
-
-