Uses of Class
org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
-
-
Uses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream
Subclasses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream Modifier and Type Class Description classSimpleFunctionalMarshaller<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 Modifier and Type Class Description classURLMarshallerMarshaller for aURL. -
Uses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.time
Subclasses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.time Modifier and Type Class Description classInstantMarshaller -
Uses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util
Subclasses of FunctionalMarshaller in org.wildfly.clustering.marshalling.protostream.util Modifier and Type Class Description classSingletonMapMarshallerMarshaller 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.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.
-