Package akka.http.scaladsl.marshalling
Class GenericMarshallers$
- java.lang.Object
-
- akka.http.scaladsl.marshalling.GenericMarshallers$
-
- All Implemented Interfaces:
GenericMarshallers
,LowPriorityToResponseMarshallerImplicits
public class GenericMarshallers$ extends java.lang.Object implements GenericMarshallers
-
-
Field Summary
Fields Modifier and Type Field Description static GenericMarshallers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description GenericMarshallers$()
-
Method Summary
-
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.GenericMarshallers
eitherMarshaller, futureMarshaller, optionMarshaller, throwableMarshaller, tryMarshaller
-
Methods inherited from interface akka.http.scaladsl.marshalling.LowPriorityToResponseMarshallerImplicits
fromEntityStreamingSupportAndByteStringSourceMarshaller, fromEntityStreamingSupportAndEntityMarshaller, liftMarshaller, liftMarshallerConversion
-
-
-
-
Field Detail
-
MODULE$
public static final GenericMarshallers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-