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:
ByteArrayMarshallerin interfacePredefinedToEntityMarshallers
-
ByteStringMarshaller
public Marshaller<akka.util.ByteString,RequestEntity> ByteStringMarshaller()
- Specified by:
ByteStringMarshallerin interfacePredefinedToEntityMarshallers
-
CharArrayMarshaller
public Marshaller<char[],RequestEntity> CharArrayMarshaller()
- Specified by:
CharArrayMarshallerin interfacePredefinedToEntityMarshallers
-
DoneMarshaller
public Marshaller<akka.Done,RequestEntity> DoneMarshaller()
- Specified by:
DoneMarshallerin interfacePredefinedToEntityMarshallers
-
StringMarshaller
public Marshaller<java.lang.String,RequestEntity> StringMarshaller()
- Specified by:
StringMarshallerin interfacePredefinedToEntityMarshallers
-
FormDataMarshaller
public Marshaller<FormData,RequestEntity> FormDataMarshaller()
- Specified by:
FormDataMarshallerin interfacePredefinedToEntityMarshallers
-
MessageEntityMarshaller
public Marshaller<RequestEntity,RequestEntity> MessageEntityMarshaller()
- Specified by:
MessageEntityMarshallerin interfacePredefinedToEntityMarshallers
-
-