Package akka.http.scaladsl.marshalling
Class ToResponseMarshallable$
- java.lang.Object
-
- akka.http.scaladsl.marshalling.ToResponseMarshallable$
-
public class ToResponseMarshallable$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ToResponseMarshallable$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ToResponseMarshallable$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> ToResponseMarshallable
apply(A _value, Marshaller<A,HttpResponse> _marshaller)
Marshaller<ToResponseMarshallable,HttpResponse>
marshaller()
-
-
-
Field Detail
-
MODULE$
public static final ToResponseMarshallable$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <A> ToResponseMarshallable apply(A _value, Marshaller<A,HttpResponse> _marshaller)
-
marshaller
public Marshaller<ToResponseMarshallable,HttpResponse> marshaller()
-
-