| Package | Description |
|---|---|
| org.jboss.marshalling |
The marshalling API.
|
| org.wildfly.httpclient.common |
| Modifier and Type | Method and Description |
|---|---|
MarshallingConfiguration |
MarshallingConfiguration.clone()
Create a shallow clone.
|
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
MarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.
|
Unmarshaller |
MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.
|
| Constructor and Description |
|---|
AbstractMarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration)
Construct a new marshaller instance.
|
AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration)
Construct a new unmarshaller instance.
|
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
HttpTargetContext.createMarshaller(MarshallingConfiguration marshallingConfiguration) |
Unmarshaller |
HttpTargetContext.createUnmarshaller(MarshallingConfiguration marshallingConfiguration) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.