| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MediaTypeFactory |
The
MediaTypeFactory creates instances from an HTTP body and creates
an HTTP body from given instances according to the MediaType (as of
MediaTypeAccessor.getMediaType()) for which the MediaTypeFactory is
responsible. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ApplicationFormFactory |
Implements the
MediaTypeFactory for Media-Type
"application/x-www-form-urlencoded" (
MediaType.APPLICATION_X_WWW_FORM_URLENCODED). |
class |
ApplicationJsonFactory |
Implements the
MediaTypeFactory for Media-Type "application/json" (
MediaType.APPLICATION_JSON). |
class |
ApplicationXmlFactory |
Implements the
MediaTypeFactory for Media-Type "application/xml" (
MediaType.APPLICATION_XML). |
class |
ApplicationYamlFactory |
Implements the
MediaTypeFactory for Media-Type "application/YAML" (
MediaType.APPLICATION_YAML). |
class |
TextPlainFactory |
Implements the
MediaTypeFactory for Media-Type "text/plain" (
MediaType.TEXT_PLAIN). |
class |
TextXmlFactory |
Implements the
MediaTypeFactory for Media-Type "application/xml" (
MediaType.APPLICATION_XML). |
Copyright © 2018. All rights reserved.