Java org.springframework.web.accept FixedContentNegotiationStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.accept FixedContentNegotiationStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.accept FixedContentNegotiationStrategy.

The text is from its open source code.

Constructor

FixedContentNegotiationStrategy(MediaType contentType)
Constructor with a single default MediaType .
FixedContentNegotiationStrategy(List contentTypes)
Constructor with an ordered List of default MediaType 's to return for use in applications that support a variety of content types.