Uses of Class
org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
Packages that use AbstractMemberMarshaller
-
Uses of AbstractMemberMarshaller in org.wildfly.clustering.marshalling.protostream.reflect
Modifier and TypeClassDescriptionclassBinaryFieldMarshaller<T,F1, F2> Generic marshaller based on two non-public fields.classBinaryMemberMarshaller<T, M extends Member, M1, M2>Generic marshaller based on two non-public members.classBinaryMethodMarshaller<T,M1, M2> Generic marshaller based on two non-public accessor methods.classMarshaller for a decorator that does not provide public access to its decorated object.classA decorator marshaller that writes the decorated object while holding its monitor lock. e.g. to enable iteration over a decorated collection without the risk of a ConcurrentModificationException.classTernaryFieldMarshaller<T,F1, F2, F3> Generic marshaller based on three non-public fields.classTernaryMemberMarshaller<T, M extends Member, M1, M2, M3>Generic marshaller based on three non-public members.classTernaryMethodMarshaller<T,M1, M2, M3> Generic marshaller based on three non-public accessor methods.classUnaryFieldMarshaller<T,F> Generic marshaller based on a single non-public field.classUnaryMemberMarshaller<T, M extends Member, M1>Generic marshaller based on a single non-public member.classGeneric marshaller based on a single non-public accessor method.