| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFunctionalMarshaller<T extends V,V>
Functional marshaller whose marshalled type is a subclass of the mapped marshaller.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLMarshaller
Marshaller for a
URL. |
| Modifier and Type | Class and Description |
|---|---|
class |
InstantMarshaller |
| Modifier and Type | Class and Description |
|---|---|
class |
SingletonMapMarshaller
Marshaller for a singleton map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>>
Marshaller for a
ConcurrentMap that does not allow null values. |
class |
ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>>
Marshaller for a concurrent
SortedMap that does not allow null values. |
class |
CopyOnWriteCollectionMarshaller<T extends Collection<Object>>
Marshaller for copy-on-write implementations of
Collection. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.