public static final class Unmarshaller.UnsupportedContentTypeException extends Unmarshaller.UnsupportedContentTypeException implements scala.Product, java.io.Serializable
forContentTypes
modifier on a base
pekko.http.scaladsl.unmarshalling.Unmarshaller
instead.Constructor and Description |
---|
UnsupportedContentTypeException(scala.collection.immutable.Set<ContentTypeRange> supported)
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
|
UnsupportedContentTypeException(scala.collection.immutable.Set<ContentTypeRange> supported,
scala.Option<ContentType> actualContentType) |
UnsupportedContentTypeException(java.util.Set<ContentTypeRange> _supported,
java.util.Optional<ContentType> _actualContentType) |
Modifier and Type | Method and Description |
---|---|
scala.Option<ContentType> |
actualContentType() |
boolean |
canEqual(java.lang.Object that) |
Unmarshaller.UnsupportedContentTypeException |
copy(scala.collection.immutable.Set<ContentTypeRange> supported)
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
|
Unmarshaller.UnsupportedContentTypeException |
copy(scala.collection.immutable.Set<ContentTypeRange> supported,
scala.Option<ContentType> contentType)
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
|
boolean |
equals(java.lang.Object that) |
int |
productArity() |
java.lang.Object |
productElement(int n) |
scala.collection.immutable.Set<ContentTypeRange> |
supported() |
getActualContentType, getSupported, toScala
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedContentTypeException(java.util.Set<ContentTypeRange> _supported, java.util.Optional<ContentType> _actualContentType)
public UnsupportedContentTypeException(scala.collection.immutable.Set<ContentTypeRange> supported, scala.Option<ContentType> actualContentType)
public UnsupportedContentTypeException(scala.collection.immutable.Set<ContentTypeRange> supported)
public scala.collection.immutable.Set<ContentTypeRange> supported()
public scala.Option<ContentType> actualContentType()
public Unmarshaller.UnsupportedContentTypeException copy(scala.collection.immutable.Set<ContentTypeRange> supported)
public Unmarshaller.UnsupportedContentTypeException copy(scala.collection.immutable.Set<ContentTypeRange> supported, scala.Option<ContentType> contentType)
public boolean canEqual(java.lang.Object that)
canEqual
in interface scala.Equals
public boolean equals(java.lang.Object that)
equals
in interface scala.Equals
equals
in class Unmarshaller.UnsupportedContentTypeException
public int productArity()
productArity
in interface scala.Product
public java.lang.Object productElement(int n)
productElement
in interface scala.Product