Java org.springframework.web.servlet.mvc.condition ProducesRequestCondition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.mvc.condition ProducesRequestCondition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.mvc.condition ProducesRequestCondition.

The text is from its open source code.

Constructor

ProducesRequestCondition
ProducesRequestCondition(String... produces)
Creates a new instance from "produces" expressions.
ProducesRequestCondition(String[] produces, @Nullable String[] headers)
Creates a new instance with "produces" and "header" expressions.
ProducesRequestCondition(List expressions, ProducesRequestCondition other)
Private constructor for internal use to create matching conditions.

Method

ProducesRequestConditioncombine(ProducesRequestCondition other)
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
SetgetProducibleMediaTypes()
Return the contained producible media types excluding negated expressions.