public class MediaTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static MediaType |
ALPS_JSON
Public constant media type for
application/alps+json. |
static String |
ALPS_JSON_VALUE
A String equivalent of
ALPS_JSON. |
static MediaType |
HAL_JSON
Public constant media type for
application/hal+json. |
static MediaType |
HAL_JSON_UTF8
Public constant media type for
application/hal+json;charset=UTF-8. |
static String |
HAL_JSON_UTF8_VALUE
A String equivalent of
HAL_JSON_UTF8. |
static String |
HAL_JSON_VALUE
A String equivalent of
HAL_JSON. |
| Constructor and Description |
|---|
MediaTypes() |
public static final String HAL_JSON_VALUE
HAL_JSON.public static final MediaType HAL_JSON
application/hal+json.public static final String HAL_JSON_UTF8_VALUE
HAL_JSON_UTF8.public static final MediaType HAL_JSON_UTF8
application/hal+json;charset=UTF-8.public static final String ALPS_JSON_VALUE
ALPS_JSON.public static final MediaType ALPS_JSON
application/alps+json.Copyright © 2012-2018–2019 Pivotal, Inc.. All rights reserved.