Uses of Class
org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
-
Packages that use UnaryMemberMarshaller Package Description org.wildfly.clustering.marshalling.protostream.reflect -
-
Uses of UnaryMemberMarshaller in org.wildfly.clustering.marshalling.protostream.reflect
Subclasses of UnaryMemberMarshaller in org.wildfly.clustering.marshalling.protostream.reflect Modifier and Type Class Description classDecoratorMarshaller<T>Marshaller for a decorator that does not provide public access to its decorated object.classSynchronizedDecoratorMarshaller<T>A decorator marshaller that writes the decorated object while holding its monitor lock.classUnaryFieldMarshaller<T,F>Generic marshaller based on a single non-public field.classUnaryMethodMarshaller<T,M>Generic marshaller based on a single non-public accessor method.
-