Package akka.http.scaladsl.unmarshalling
Class Unmarshaller.UnsupportedContentTypeException$
- java.lang.Object
-
- akka.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- Unmarshaller<A,B>
public static class Unmarshaller.UnsupportedContentTypeException$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Unmarshaller.UnsupportedContentTypeException$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description UnsupportedContentTypeException$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Unmarshaller.UnsupportedContentTypeException
apply(scala.collection.immutable.Seq<ContentTypeRange> supported)
Unmarshaller.UnsupportedContentTypeException
apply(scala.collection.immutable.Set<ContentTypeRange> supported)
Unmarshaller.UnsupportedContentTypeException
apply(scala.collection.immutable.Set<ContentTypeRange> supported, scala.Option<ContentType> actualContentType)
Unmarshaller.UnsupportedContentTypeException
apply(scala.Option<ContentType> contentType, scala.collection.immutable.Seq<ContentTypeRange> supported)
scala.Option<scala.collection.immutable.Set<ContentTypeRange>>
unapply(Unmarshaller.UnsupportedContentTypeException e)
-
-
-
Field Detail
-
MODULE$
public static final Unmarshaller.UnsupportedContentTypeException$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Unmarshaller.UnsupportedContentTypeException apply(scala.collection.immutable.Set<ContentTypeRange> supported, scala.Option<ContentType> actualContentType)
-
apply
public Unmarshaller.UnsupportedContentTypeException apply(scala.collection.immutable.Seq<ContentTypeRange> supported)
-
apply
public Unmarshaller.UnsupportedContentTypeException apply(scala.collection.immutable.Set<ContentTypeRange> supported)
-
apply
public Unmarshaller.UnsupportedContentTypeException apply(scala.Option<ContentType> contentType, scala.collection.immutable.Seq<ContentTypeRange> supported)
-
unapply
public scala.Option<scala.collection.immutable.Set<ContentTypeRange>> unapply(Unmarshaller.UnsupportedContentTypeException e)
-
-