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

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

Introduction

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

The text is from its open source code.

Constructor

ContentNegotiationManager(ContentNegotiationStrategy... strategies)
Create an instance with the given list of ContentNegotiationStrategy strategies each of which may also be an instance of MediaTypeFileExtensionResolver .
ContentNegotiationManager(Collection strategies)
A collection-based alternative to #ContentNegotiationManager(ContentNegotiationStrategy) .
ContentNegotiationManager()
Create a default instance with a HeaderContentNegotiationStrategy .