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

<init>

FixedContentNegotiationStrategy(contentType: MediaType)

Constructor with a single default MediaType.

FixedContentNegotiationStrategy(contentTypes: MutableList<MediaType>)

Constructor with an ordered List of default MediaType's to return for use in applications that support a variety of content types.

Consider appending MediaType#ALL at the end if destinations are present which do not support any of the other default media types.

Since
5.0