Merge branch '6.1.x'
This commit is contained in:
commit
8736ca038a
|
|
@ -60,6 +60,11 @@ public abstract class KotlinSerializationStringEncoder<T extends StringFormat> e
|
||||||
super(format, supportedMimeTypes);
|
super(format, supportedMimeTypes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set streaming {@link MediaType MediaTypes}.
|
||||||
|
* @param streamingMediaTypes streaming {@link MediaType MediaTypes}
|
||||||
|
* @since 6.1.4
|
||||||
|
*/
|
||||||
public void setStreamingMediaTypes(Collection<MediaType> streamingMediaTypes) {
|
public void setStreamingMediaTypes(Collection<MediaType> streamingMediaTypes) {
|
||||||
this.streamingMediaTypes.clear();
|
this.streamingMediaTypes.clear();
|
||||||
this.streamingMediaTypes.addAll(streamingMediaTypes);
|
this.streamingMediaTypes.addAll(streamingMediaTypes);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue