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>
- Type Parameters:
T- the marshaller target typeM- the reflection member typeM1- the component member 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:
UnaryFieldMarshaller, UnaryMethodMarshaller
Generic marshaller based on a single non-public member.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Field Summary
Fields inherited from interface org.infinispan.protostream.BaseMarshaller
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMemberMarshaller
getJavaClass, readFrom, writeToMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.protostream.BaseMarshaller
getSubClassNamesMethods inherited from interface Marshallable
sizeMethods inherited from interface ProtoStreamMarshaller
getTypeName, read, wrap, wrap, write
-
Constructor Details
-
UnaryMemberMarshaller
public UnaryMemberMarshaller(Class<? extends T> type, BiFunction<Object, M, Object> accessor, BiFunction<Class<?>, Class<?>, M> memberLocator, Class<M1> memberType, Function<M1, T> factory) Creates a marshaller for the specified members.- Parameters:
type- the marshalled object typeaccessor- the member accessormemberLocator- the member locator functionmemberType- the member typefactory- the marshalled object factory
-
-
Method Details
-
apply
-