Uses of Class
org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
Packages that use FunctionalMarshaller
Package
Description
-
Uses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream
Subclasses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostreamModifier and TypeClassDescriptionclassSimpleFunctionalMarshaller<T extends V,V> Functional marshaller whose marshalled type is a subclass of the mapped marshaller. -
Uses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.net
Subclasses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.net -
Uses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.time
Subclasses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.time -
Uses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util
Subclasses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.utilModifier and TypeClassDescriptionclassMarshaller for a singleton map.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 FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util.concurrent
Subclasses of FunctionalMarshaller 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.