Package akka.http.scaladsl.marshalling
Class PredefinedToRequestMarshallers$
- java.lang.Object
-
- akka.http.scaladsl.marshalling.PredefinedToRequestMarshallers$
-
- All Implemented Interfaces:
PredefinedToRequestMarshallers
public class PredefinedToRequestMarshallers$ extends java.lang.Object implements PredefinedToRequestMarshallers
-
-
Field Summary
Fields Modifier and Type Field Description static PredefinedToRequestMarshallers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PredefinedToRequestMarshallers$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Marshaller<HttpRequest,HttpRequest>
fromRequest()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.marshalling.PredefinedToRequestMarshallers
fromMethodAndUriAndHeadersAndValue, fromMethodAndUriAndValue, fromUri
-
-
-
-
Field Detail
-
MODULE$
public static final PredefinedToRequestMarshallers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
fromRequest
public Marshaller<HttpRequest,HttpRequest> fromRequest()
- Specified by:
fromRequest
in interfacePredefinedToRequestMarshallers
-
-