Class GenericMarshallers$
java.lang.Object
org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers$
- All Implemented Interfaces:
GenericMarshallers
,LowPriorityToResponseMarshallerImplicits
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GenericMarshallers$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers
eitherMarshaller, futureMarshaller, optionMarshaller, throwableMarshaller, tryMarshaller
Methods inherited from interface org.apache.pekko.http.scaladsl.marshalling.LowPriorityToResponseMarshallerImplicits
fromEntityStreamingSupportAndByteStringSourceMarshaller, fromEntityStreamingSupportAndEntityMarshaller, liftMarshaller, liftMarshallerConversion
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
GenericMarshallers$
public GenericMarshallers$()
-