Example usage for org.springframework.data.rest.webmvc RestMediaTypes subclass-usage

List of usage examples for org.springframework.data.rest.webmvc RestMediaTypes subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.rest.webmvc RestMediaTypes subclass-usage.

Usage

From source file curly.commons.web.hateoas.MediaTypes.java

/**
 * @author Joao Pedro Evangelista
 */
public class MediaTypes extends RestMediaTypes {

    public static final String HAL_JSON = "application/hal+json";

From source file io.curly.commons.web.hateoas.MediaTypes.java

/**
 * @author Joao Pedro Evangelista
 */
public class MediaTypes extends RestMediaTypes {

    public static final String HAL_JSON = "application/hal+json";