Package akka.http.scaladsl.unmarshalling
Class MultipartUnmarshallers$
- java.lang.Object
-
- akka.http.scaladsl.unmarshalling.MultipartUnmarshallers$
-
- All Implemented Interfaces:
MultipartUnmarshallers
public class MultipartUnmarshallers$ extends java.lang.Object implements MultipartUnmarshallers
-
-
Field Summary
Fields Modifier and Type Field Description static MultipartUnmarshallers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description MultipartUnmarshallers$()
-
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.unmarshalling.MultipartUnmarshallers
defaultMultipartByteRangesUnmarshaller, defaultMultipartGeneralUnmarshaller, multipartByteRangesUnmarshaller, multipartFormDataUnmarshaller, multipartGeneralUnmarshaller, multipartUnmarshaller
-
-
-
-
Field Detail
-
MODULE$
public static final MultipartUnmarshallers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-