spring-framework / org.springframework.web.accept / ContentNegotiationManager / <init>

<init>

ContentNegotiationManager(vararg strategies: ContentNegotiationStrategy)

Create an instance with the given list of ContentNegotiationStrategy strategies each of which may also be an instance of MediaTypeFileExtensionResolver.

Parameters

strategies - the strategies to use

ContentNegotiationManager(strategies: MutableCollection<ContentNegotiationStrategy>)

A collection-based alternative to #ContentNegotiationManager(ContentNegotiationStrategy...).

Parameters

strategies - the strategies to use

Since
3.2.2

ContentNegotiationManager()

Create a default instance with a HeaderContentNegotiationStrategy.