public class RDFMediaType
extends java.lang.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 org.springframework.http.MediaType |
APPLICATION_X_TURTLE |
static java.util.Set<org.springframework.http.MediaType> |
rdfMediaTypes |
static org.springframework.http.MediaType |
TEXT_RDF_N3 |
static org.springframework.http.MediaType |
TEXT_TURTLE |
| 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 org.springframework.http.MediaType APPLICATION_JSONLD
public static final org.springframework.http.MediaType APPLICATION_NQUADS
public static final java.util.Set<org.springframework.http.MediaType> rdfMediaTypes
Copyright © 2019. All Rights Reserved.