类的使用
org.springframework.web.reactive.result.condition.ProducesRequestCondition
使用ProducesRequestCondition的程序包 程序包 说明 org.springframework.web.reactive.result.condition RequestConditionand implementations for matching requests based on different criteria.org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.reactive.result.condition中ProducesRequestCondition的使用
返回ProducesRequestCondition的org.springframework.web.reactive.result.condition中的方法 修饰符和类型 方法 说明 ProducesRequestConditionProducesRequestCondition. combine(ProducesRequestCondition other)Returns the "other" instance if it has any expressions; returns "this" instance otherwise.ProducesRequestConditionProducesRequestCondition. getMatchingCondition(ServerWebExchange exchange)Checks if any of the contained media type expressions match the given request 'Content-Type' header and returns an instance that is guaranteed to contain matching expressions only.参数类型为ProducesRequestCondition的org.springframework.web.reactive.result.condition中的方法 修饰符和类型 方法 说明 ProducesRequestConditionProducesRequestCondition. combine(ProducesRequestCondition other)Returns the "other" instance if it has any expressions; returns "this" instance otherwise.intProducesRequestCondition. compareTo(ProducesRequestCondition other, ServerWebExchange exchange)Compares this and another "produces" condition as follows: Sort 'Accept' header media types by quality value viaMediaType.sortByQualityValue(List)and iterate the list.org.springframework.web.reactive.result.method中ProducesRequestCondition的使用
返回ProducesRequestCondition的org.springframework.web.reactive.result.method中的方法 修饰符和类型 方法 说明 ProducesRequestConditionRequestMappingInfo. getProducesCondition()Returns the "produces" condition of thisRequestMappingInfo; or instance with 0 produces expressions, nevernull.参数类型为ProducesRequestCondition的org.springframework.web.reactive.result.method中的构造器 构造器 说明 RequestMappingInfo(String name, PatternsRequestCondition patterns, RequestMethodsRequestCondition methods, ParamsRequestCondition params, HeadersRequestCondition headers, ConsumesRequestCondition consumes, ProducesRequestCondition produces, RequestCondition<?> custom)RequestMappingInfo(PatternsRequestCondition patterns, RequestMethodsRequestCondition methods, ParamsRequestCondition params, HeadersRequestCondition headers, ConsumesRequestCondition consumes, ProducesRequestCondition produces, RequestCondition<?> custom)Creates a new instance with the given request conditions.