spring-framework / org.springframework.web.accept / ContentNegotiationManagerFactoryBean / setStrategies

setStrategies

open fun setStrategies(@Nullable strategies: MutableList<ContentNegotiationStrategy>): Unit

Set the exact list of strategies to use.

Note: use of this method is mutually exclusive with use of all other setters in this class which customize a default, fixed set of strategies. See class level doc for more details.

Parameters

strategies - the strategies to use

Since
5.0