HeaderEndpoint

smithy4s.example.PizzaAdminServiceOperation.HeaderEndpoint
See theHeaderEndpoint companion class
object HeaderEndpoint extends Endpoint[PizzaAdminServiceOperation, HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Endpoint[PizzaAdminServiceOperation, HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object Error

Attributes

Inherited from:
Endpoint
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Inherited methods

final def error: Option[ErrorSchema[E]]

Attributes

Inherited from:
Endpoint
final def hints: Hints

Attributes

Inherited from:
Endpoint
final def id: ShapeId

Attributes

Inherited from:
Endpoint
final def input: Schema[I]

Attributes

Inherited from:
Endpoint
final def mapSchema(f: OperationSchema[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing] => OperationSchema[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]): Endpoint[Op, I, E, O, SI, SO]

Attributes

Inherited from:
Endpoint
final def name: String

Attributes

Inherited from:
Endpoint
final def output: Schema[O]

Attributes

Inherited from:
Endpoint
final def streamedInput: Option[StreamingSchema[SI]]

Attributes

Inherited from:
Endpoint
final def streamedOutput: Option[StreamingSchema[SO]]

Attributes

Inherited from:
Endpoint

Deprecated and Inherited methods

final def errorschema: Option[ErrorSchema[E]]

Attributes

Deprecated
[Since version 0.18]
Inherited from:
Endpoint

Concrete fields

val schema: OperationSchema[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]