Uses of Class
org.springframework.web.reactive.result.condition.AbstractRequestCondition
Packages that use AbstractRequestCondition
Package
Description
RequestCondition
 and implementations for matching requests based on different criteria.- 
Uses of AbstractRequestCondition in org.springframework.web.reactive.result.conditionClasses in org.springframework.web.reactive.result.condition with type parameters of type AbstractRequestConditionModifier and TypeClassDescriptionclassAbstractRequestCondition<T extends AbstractRequestCondition<T>>A base class forRequestConditiontypes providing implementations ofequals(Object),hashCode(), andtoString().Modifier and TypeClassDescriptionclassImplements theRequestConditioncontract by delegating to multipleRequestConditiontypes and using a logical conjunction (' && ') to ensure all conditions match a given request.final classA logical disjunction (' || ') request condition to match a request's 'Content-Type' header to a list of media type expressions.final classA logical conjunction (' && ') request condition that matches a request against a set of header expressions with syntax defined inRequestMapping.headers().final classA logical conjunction (' && ') request condition that matches a request against a set parameter expressions with syntax defined inRequestMapping.params().final classA logical disjunction (' || ') request condition that matches a request against a set of URL path patterns.final classA logical disjunction (' || ') request condition to match a request's 'Accept' header to a list of media type expressions.final classA holder for aRequestConditionuseful when the type of the request condition is not known ahead of time, e.g.final classA logical disjunction (' || ') request condition that matches a request against a set ofRequestMethods.