Package akka.http.scaladsl.marshalling
Interface ContentTypeOverrider<T>
-
public interface ContentTypeOverrider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(T value, ContentType newContentType)
-
-
-
Method Detail
-
apply
T apply(T value, ContentType newContentType)
-
-