Package akka.http.scaladsl.marshalling
Class MultipartMarshallers$
- java.lang.Object
-
- akka.http.scaladsl.marshalling.MultipartMarshallers$
-
- All Implemented Interfaces:
MultipartMarshallers
public class MultipartMarshallers$ extends java.lang.Object implements MultipartMarshallers
-
-
Field Summary
Fields Modifier and Type Field Description static MultipartMarshallers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description MultipartMarshallers$()
-
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.MultipartMarshallers
multipartBoundaryLength, multipartBoundaryRandom, multipartMarshaller, randomBoundary
-
-
-
-
Field Detail
-
MODULE$
public static final MultipartMarshallers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-