Uses of Class
org.springframework.web.reactive.result.condition.RequestConditionHolder
Packages that use RequestConditionHolder
Package
Description
RequestCondition
and implementations for matching requests based on different criteria.-
Uses of RequestConditionHolder in org.springframework.web.reactive.result.condition
Subclasses with type arguments of type RequestConditionHolder in org.springframework.web.reactive.result.conditionModifier and TypeClassDescriptionfinal classA holder for aRequestConditionuseful when the type of the request condition is not known ahead of time, for example, custom condition.Methods in org.springframework.web.reactive.result.condition that return RequestConditionHolderModifier and TypeMethodDescriptionRequestConditionHolder.combine(RequestConditionHolder other) Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.RequestConditionHolder.getMatchingCondition(ServerWebExchange exchange) Get the matching condition for the held request condition wrap it in a new RequestConditionHolder instance.Methods in org.springframework.web.reactive.result.condition with parameters of type RequestConditionHolderModifier and TypeMethodDescriptionRequestConditionHolder.combine(RequestConditionHolder other) Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.intRequestConditionHolder.compareTo(RequestConditionHolder other, ServerWebExchange exchange) Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.