Class UnaryMethodMarshaller<T,M>

java.lang.Object
Type Parameters:
T - the marshaller target type
M - the method accessor result type
All Implemented Interfaces:
Function<Object[],T>, org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>

public class UnaryMethodMarshaller<T,M> extends UnaryMemberMarshaller<T,Method,M>
Generic marshaller based on a single non-public accessor method.
Author:
Paul Ferraro