Class MediaTypes
java.lang.Object
com.toedter.spring.hateoas.jsonapi.MediaTypes
Provides the JSON:API media type
application/vnd.api+json
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.springframework.http.MediaType
Public constant media type forapplication/vnd.api+json
.static final String
A String equivalent of the JSON:API media type -
Method Summary
-
Field Details
-
JSON_API_VALUE
A String equivalent of the JSON:API media type- See Also:
-
JSON_API
public static final org.springframework.http.MediaType JSON_APIPublic constant media type forapplication/vnd.api+json
.
-