| Class | Description |
|---|---|
| MarshallingMessage | |
| MarshallingMessage.MarshallingMessageBuilder | |
| MarshallingMessageDecorator<T> | |
| MarshallingMessageKeys | |
| MarshallingRequest<I,M extends Metadata> |
Encapsulates the attributes required on a marshalling process.
|
| MarshallingRequest.MarshallingRequestBuilder<I,M extends Metadata> | |
| MarshallingResponse<T> |
Encapsulates the response of a marshalling process, containing messages details and the respective
MarshallingResponse.State. |
| MarshallingResponse.MarshallingResponseBuilder<T> |
| Enum | Description |
|---|---|
| MarshallingRequest.Mode |
Mode of the marshalling process
ERROR:
- return errors when it has unsupported nodes
- return ERROR messages
AUTO:
- try to adapt and convert unsupported nodes to generic ones
- return warn messages
- ignore unsupported nodes that doesn't have options to be converted
IGNORE:
- remove all unsupported nodes and relationships to them
- warn messages
|
| MarshallingResponse.State |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.