HostPrefixSchemaVisitor

smithy4s.http.internals.HostPrefixSchemaVisitor
object HostPrefixSchemaVisitor extends SchemaVisitor[MaybeHostPrefixEncoder], Default[MaybeHostPrefixEncoder]

Attributes

Graph
Supertypes
trait Default[MaybeHostPrefixEncoder]
trait SchemaVisitor[MaybeHostPrefixEncoder]
trait PolyFunction[Schema, MaybeHostPrefixEncoder]
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]): MaybeHostPrefixEncoder[B]

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
override def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: (IndexedSeq[Any]) => S): MaybeHostPrefixEncoder[S]

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
PolyFunction
override def option[A](schema: Schema[A]): MaybeHostPrefixEncoder[Option[A]]

Attributes

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

Attributes

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

Attributes

Inherited from:
PolyFunction