Package akka.http.scaladsl.marshalling
Class PredefinedToEntityMarshallers$
- java.lang.Object
-
- akka.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- All Implemented Interfaces:
MultipartMarshallers
,PredefinedToEntityMarshallers
public class PredefinedToEntityMarshallers$ extends java.lang.Object implements PredefinedToEntityMarshallers
-
-
Field Summary
Fields Modifier and Type Field Description static PredefinedToEntityMarshallers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PredefinedToEntityMarshallers$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Marshaller<byte[],RequestEntity>
ByteArrayMarshaller()
Marshaller<akka.util.ByteString,RequestEntity>
ByteStringMarshaller()
Marshaller<char[],RequestEntity>
CharArrayMarshaller()
Marshaller<akka.Done,RequestEntity>
DoneMarshaller()
Marshaller<FormData,RequestEntity>
FormDataMarshaller()
Marshaller<RequestEntity,RequestEntity>
MessageEntityMarshaller()
Marshaller<java.lang.String,RequestEntity>
StringMarshaller()
-
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
-
Methods inherited from interface akka.http.scaladsl.marshalling.PredefinedToEntityMarshallers
byteArrayMarshaller, byteStringMarshaller, charArrayMarshaller, charArrayMarshaller, marshalCharArray, stringMarshaller, stringMarshaller
-
-
-
-
Field Detail
-
MODULE$
public static final PredefinedToEntityMarshallers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
ByteArrayMarshaller
public Marshaller<byte[],RequestEntity> ByteArrayMarshaller()
- Specified by:
ByteArrayMarshaller
in interfacePredefinedToEntityMarshallers
-
ByteStringMarshaller
public Marshaller<akka.util.ByteString,RequestEntity> ByteStringMarshaller()
- Specified by:
ByteStringMarshaller
in interfacePredefinedToEntityMarshallers
-
CharArrayMarshaller
public Marshaller<char[],RequestEntity> CharArrayMarshaller()
- Specified by:
CharArrayMarshaller
in interfacePredefinedToEntityMarshallers
-
DoneMarshaller
public Marshaller<akka.Done,RequestEntity> DoneMarshaller()
- Specified by:
DoneMarshaller
in interfacePredefinedToEntityMarshallers
-
StringMarshaller
public Marshaller<java.lang.String,RequestEntity> StringMarshaller()
- Specified by:
StringMarshaller
in interfacePredefinedToEntityMarshallers
-
FormDataMarshaller
public Marshaller<FormData,RequestEntity> FormDataMarshaller()
- Specified by:
FormDataMarshaller
in interfacePredefinedToEntityMarshallers
-
MessageEntityMarshaller
public Marshaller<RequestEntity,RequestEntity> MessageEntityMarshaller()
- Specified by:
MessageEntityMarshaller
in interfacePredefinedToEntityMarshallers
-
-