Package | Description |
---|---|
org.springframework.web.reactive.result.condition |
RequestCondition
and implementations for matching requests based on different criteria. |
Modifier and Type | Method and Description |
---|---|
Set<MediaTypeExpression> |
ProducesRequestCondition.getExpressions()
Return the contained "produces" expressions.
|
Set<MediaTypeExpression> |
ConsumesRequestCondition.getExpressions()
Return the contained MediaType expressions.
|