Example usage for org.springframework.web.servlet.mvc.condition MediaTypeExpression interface-usage

List of usage examples for org.springframework.web.servlet.mvc.condition MediaTypeExpression interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc.condition MediaTypeExpression interface-usage.

Usage

From source file org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression.java

/**
 * Supports media type expressions as described in:
 * {@link RequestMapping#consumes()} and {@link RequestMapping#produces()}.
 *
 * @author Arjen Poutsma
 * @author Rossen Stoyanchev