SchemaVisitorHeaderSplit

smithy4s.http.internals.SchemaVisitorHeaderSplit
object SchemaVisitorHeaderSplit extends Default[AwsHeaderSplitter]

A schema visitor that allows to formulate a function that splits a single header value into multiple ones.

See https://github.com/awslabs/smithy/pull/1798

Attributes

Graph
Supertypes
trait Default[AwsHeaderSplitter]
trait SchemaVisitor[AwsHeaderSplitter]
trait PolyFunction[Schema, AwsHeaderSplitter]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def biject[A, B](schema: Schema[A], bijection: Bijection[A, B]): AwsHeaderSplitter[B]

Attributes

Definition Classes
def default[A]: AwsHeaderSplitter[A]
override def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: E => EnumValue[E]): AwsHeaderSplitter[E]

Attributes

Definition Classes
override def option[A](schema: Schema[A]): AwsHeaderSplitter[Option[A]]

Attributes

Definition Classes
override def primitive[P](shapeId: ShapeId, hints: Hints, tag: Primitive[P]): AwsHeaderSplitter[P]

Attributes

Definition Classes
override def refine[A, B](schema: Schema[A], refinement: Refinement[A, B]): AwsHeaderSplitter[B]

Attributes

Definition Classes

Inherited methods

final def andThen[H[_]](other: PolyFunction[AwsHeaderSplitter, H]): PolyFunction[Schema, H]

Attributes

Inherited from:
PolyFunction
def apply[A](schema: Schema[A]): AwsHeaderSplitter[A]

Attributes

Inherited from:
SchemaVisitor
override def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: Schema[A]): AwsHeaderSplitter[C[A]]

Attributes

Definition Classes
Inherited from:
Default
final def compose[H[_]](other: PolyFunction[H, Schema]): PolyFunction[H, AwsHeaderSplitter]

Attributes

Inherited from:
PolyFunction
override def lazily[A](suspend: Lazy[Schema[A]]): AwsHeaderSplitter[A]

Attributes

Definition Classes
Inherited from:
Default
override def map[K, V](shapeId: ShapeId, hints: Hints, key: Schema[K], value: Schema[V]): AwsHeaderSplitter[Map[K, V]]

Attributes

Definition Classes
Inherited from:
Default
final def narrow[F0 <: (Schema)]: PolyFunction[F0, AwsHeaderSplitter]

Attributes

Inherited from:
PolyFunction
override def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: (IndexedSeq[Any]) => S): AwsHeaderSplitter[S]

Attributes

Definition Classes
Inherited from:
Default
override def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatch: Dispatcher[U]): AwsHeaderSplitter[U]

Attributes

Definition Classes
Inherited from:
Default
final def widen[G0[a0]]: PolyFunction[Schema, G0]

Attributes

Inherited from:
PolyFunction