Uses of Class
org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller
-
Packages that use SimpleFunctionalMarshaller Package Description org.wildfly.clustering.marshalling.protostream.util org.wildfly.clustering.marshalling.protostream.util.concurrent -
-
Uses of SimpleFunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util
Subclasses of SimpleFunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util Modifier and Type Class Description classUnmodifiableCollectionMarshaller<E,T extends Collection<Object>>classUnmodifiableMapMarshaller<T extends Map<Object,Object>>Marshaller for unmodifiable maps created viaMap.of()orjava.util.Map#ofEntries()methods. -
Uses of SimpleFunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util.concurrent
Subclasses of SimpleFunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util.concurrent Modifier and Type Class Description classConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>>Marshaller for aConcurrentMapthat does not allow null values.classConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>>Marshaller for a concurrentSortedMapthat does not allow null values.classCopyOnWriteCollectionMarshaller<T extends Collection<Object>>Marshaller for copy-on-write implementations ofCollection.
-