HttpResponseCodeSchemaVisitor

smithy4s.http.internals.HttpResponseCodeSchemaVisitor$
See theHttpResponseCodeSchemaVisitor companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class OptionalResponseCode[A](f: A => Option[Int]) extends ResponseCodeExtractor[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RequiredResponseCode[A](f: A => Int) extends ResponseCodeExtractor[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait ResponseCodeExtractor[-A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete fields

Implicits