类的使用
org.springframework.web.reactive.result.condition.CompositeRequestCondition
使用CompositeRequestCondition的程序包 程序包 说明 org.springframework.web.reactive.result.condition RequestConditionand implementations for matching requests based on different criteria.org.springframework.web.reactive.result.condition中CompositeRequestCondition的使用
返回CompositeRequestCondition的org.springframework.web.reactive.result.condition中的方法 修饰符和类型 方法 说明 CompositeRequestConditionCompositeRequestCondition. combine(CompositeRequestCondition other)If one instance is empty, return the other.CompositeRequestConditionCompositeRequestCondition. getMatchingCondition(ServerWebExchange exchange)Delegate to all contained conditions to match the request and return the resulting "matching" condition instances.参数类型为CompositeRequestCondition的org.springframework.web.reactive.result.condition中的方法 修饰符和类型 方法 说明 CompositeRequestConditionCompositeRequestCondition. combine(CompositeRequestCondition other)If one instance is empty, return the other.intCompositeRequestCondition. compareTo(CompositeRequestCondition other, ServerWebExchange exchange)If one instance is empty, the other "wins".