spring-framework / org.springframework.web.accept / ContentNegotiationManager / getStrategy

getStrategy

@Nullable open fun <T : ContentNegotiationStrategy> getStrategy(strategyType: Class<T>): T

Find a ContentNegotiationStrategy of the given type.

Parameters

strategyType - the strategy type

Return
the first matching strategy, or null if none

Since
4.3