Class UnaryMethodMarshaller<T,M>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
-
- org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller<T,Method,M>
-
- org.wildfly.clustering.marshalling.protostream.reflect.UnaryMethodMarshaller<T,M>
-
- All Implemented Interfaces:
Function<Object[],T>,org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
public class UnaryMethodMarshaller<T,M> extends UnaryMemberMarshaller<T,Method,M>
Generic marshaller based on a single non-public accessor method.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
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.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-