public class RDFMediaType extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.http.MediaType |
APPLICATION_JSON |
static org.springframework.http.MediaType |
APPLICATION_JSONLD |
static org.springframework.http.MediaType |
APPLICATION_NQUADS |
static org.springframework.http.MediaType |
APPLICATION_RDF_XML |
static org.springframework.http.MediaType |
APPLICATION_TRIG |
static String |
APPLICATION_TRIG_VALUE |
static org.springframework.http.MediaType |
APPLICATION_X_TURTLE |
static Set<org.springframework.http.MediaType> |
rdfMediaTypes |
static org.springframework.http.MediaType |
TEXT_RDF_N3 |
static org.springframework.http.MediaType |
TEXT_TURTLE |
static String |
TEXT_TURTLE_VALUE |
| Constructor and Description |
|---|
RDFMediaType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isRDFMediaType(org.springframework.http.MediaType mediaType) |
public static final org.springframework.http.MediaType TEXT_TURTLE
public static final org.springframework.http.MediaType APPLICATION_RDF_XML
public static final org.springframework.http.MediaType APPLICATION_X_TURTLE
public static final org.springframework.http.MediaType TEXT_RDF_N3
public static final org.springframework.http.MediaType APPLICATION_JSON
public static final org.springframework.http.MediaType APPLICATION_TRIG
public static final String APPLICATION_TRIG_VALUE
public static final String TEXT_TURTLE_VALUE
public static final org.springframework.http.MediaType APPLICATION_JSONLD
public static final org.springframework.http.MediaType APPLICATION_NQUADS
public static final Set<org.springframework.http.MediaType> rdfMediaTypes
Copyright © 2017. All rights reserved.