public class MediaTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.http.MediaType |
ALPS_JSON
Public constant media type for
application/alps+json. |
static String |
ALPS_JSON_VALUE
A String equivalent of
ALPS_JSON. |
static org.springframework.http.MediaType |
HAL_JSON
Public constant media type for
application/hal+json. |
static org.springframework.http.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 org.springframework.http.MediaType HAL_JSON
application/hal+json.public static final String HAL_JSON_UTF8_VALUE
HAL_JSON_UTF8.public static final org.springframework.http.MediaType HAL_JSON_UTF8
application/hal+json;charset=UTF-8.public static final String ALPS_JSON_VALUE
ALPS_JSON.public static final org.springframework.http.MediaType ALPS_JSON
application/alps+json.Copyright © 2012-2016–2017 Pivotal, Inc.. All rights reserved.