Uses of Class
org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller
Packages that use SimpleFunctionalMarshaller
Package
Description
-
Uses of SimpleFunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util
Modifier and TypeClassDescriptionclassUnmodifiableCollectionMarshaller<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.concurrentModifier and TypeClassDescriptionclassConcurrentMapMarshaller<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.