Class UnaryFieldMarshaller<T,F>

java.lang.Object
Type Parameters:
T - the marshaller target type
F - the field 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>
Direct Known Subclasses:
DecoratorMarshaller

public class UnaryFieldMarshaller<T,F> extends UnaryMemberMarshaller<T,Field,F>
Generic marshaller based on a single non-public field.
Author:
Paul Ferraro