Skip to content

Commit

Permalink
Add Javadoc since to KotlinSerializationStringEncoder.setStreamingMed…
Browse files Browse the repository at this point in the history
…iaTypes()

See spring-projectsgh-32074
  • Loading branch information
izeye committed Mar 22, 2024
1 parent b1b9ee0 commit 583fe33
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ protected KotlinSerializationStringEncoder(T format, MimeType... supportedMimeTy
super(format, supportedMimeTypes);
}

/**
* Set streaming {@link MediaType MediaTypes}.
* @param streamingMediaTypes streaming {@link MediaType MediaTypes}
* @since 6.1.4
*/
public void setStreamingMediaTypes(Collection<MediaType> streamingMediaTypes) {
this.streamingMediaTypes.clear();
this.streamingMediaTypes.addAll(streamingMediaTypes);
Expand Down

0 comments on commit 583fe33

Please sign in to comment.