Changed Classes and Interfaces |
ConsumesRequestCondition
|
A logical disjunction (' || ') request condition to match a request's
'Content-Type' header to a list of media type expressions. |
PatternsRequestCondition
|
A logical disjunction (' || ') request condition that matches a request
against a set of URL path patterns. |
ProducesRequestCondition
|
A logical disjunction (' || ') request condition to match a request's 'Accept' header
to a list of media type expressions. |
RequestCondition
|
The contract for request conditions. |
RequestConditionHolder
|
A holder for a RequestCondition useful when the type of the request
condition is not known ahead of time, e.g. |