public static class Unmarshaller.UnsupportedContentTypeException$
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Unmarshaller.UnsupportedContentTypeException$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
UnsupportedContentTypeException$() |
Modifier and Type | Method and Description |
---|---|
Unmarshaller.UnsupportedContentTypeException |
apply(scala.Option<ContentType> contentType,
scala.collection.immutable.Seq<ContentTypeRange> supported) |
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) |
scala.Option<scala.collection.immutable.Set<ContentTypeRange>> |
unapply(Unmarshaller.UnsupportedContentTypeException e) |
public static final Unmarshaller.UnsupportedContentTypeException$ MODULE$
public Unmarshaller.UnsupportedContentTypeException apply(scala.collection.immutable.Set<ContentTypeRange> supported, scala.Option<ContentType> actualContentType)
public Unmarshaller.UnsupportedContentTypeException apply(scala.collection.immutable.Seq<ContentTypeRange> supported)
public Unmarshaller.UnsupportedContentTypeException apply(scala.collection.immutable.Set<ContentTypeRange> supported)
public Unmarshaller.UnsupportedContentTypeException apply(scala.Option<ContentType> contentType, scala.collection.immutable.Seq<ContentTypeRange> supported)
public scala.Option<scala.collection.immutable.Set<ContentTypeRange>> unapply(Unmarshaller.UnsupportedContentTypeException e)