类 ProducesRequestCondition

所有已实现的接口:
RequestCondition<ProducesRequestCondition>

public final class ProducesRequestCondition extends AbstractRequestCondition<ProducesRequestCondition>
A logical disjunction (' || ') request condition to match a request's 'Accept' header to a list of media type expressions. Two kinds of media type expressions are supported, which are described in RequestMapping.produces() and RequestMapping.headers() where the header name is 'Accept'. Regardless of which syntax is used, the semantics are the same.
从以下版本开始:
4.0
作者:
Arjen Poutsma, Rossen Stoyanchev, Harry Yang