Package | Description |
---|---|
org.springframework.web.servlet.mvc.condition |
Common MVC logic for matching incoming requests based on conditions.
|
Modifier and Type | Method and Description |
---|---|
Set<MediaTypeExpression> |
ProducesRequestCondition.getExpressions()
Return the contained "produces" expressions.
|
Set<MediaTypeExpression> |
ConsumesRequestCondition.getExpressions()
Return the contained MediaType expressions.
|