Uses of Class
org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
Packages that use UnaryMemberMarshaller
-
Uses of UnaryMemberMarshaller in org.wildfly.clustering.marshalling.protostream.reflect
Modifier and TypeClassDescriptionclassMarshaller 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.classUnaryFieldMarshaller<T,F> Generic marshaller based on a single non-public field.classGeneric marshaller based on a single non-public accessor method.