| Class | Description |
|---|---|
| ConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>> |
Marshaller for a
ConcurrentMap that does not allow null values. |
| ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>> |
Marshaller for a concurrent
SortedMap that does not allow null values. |
| CopyOnWriteCollectionMarshaller<T extends Collection<Object>> |
Marshaller for copy-on-write implementations of
Collection. |
| Enum | Description |
|---|---|
| ConcurrentMarshallerProvider |
Copyright © 2023 JBoss by Red Hat. All rights reserved.