DocumentEncoderSchemaVisitor

smithy4s.internals.DocumentEncoderSchemaVisitor

Attributes

Graph
Supertypes
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]): DocumentEncoder[B]

Attributes

Definition Classes
override def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: Schema[A]): DocumentEncoder[C[A]]

Attributes

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

Attributes

Definition Classes
def from[A](f: A => Document): DocumentEncoder[A]
override def lazily[A](suspend: Lazy[Schema[A]]): DocumentEncoder[A]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
override def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatcher: Dispatcher[U]): DocumentEncoder[U]

Attributes

Definition Classes

Inherited methods

final def andThen[H[_]](other: PolyFunction[DocumentEncoder, H]): PolyFunction[F, H]

Attributes

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

Attributes

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

Attributes

Inherited from:
PolyFunction
final def narrow[F0 <: (Schema)]: PolyFunction[F0, G]

Attributes

Inherited from:
PolyFunction
final def widen[G0[a0]]: PolyFunction[F, G0]

Attributes

Inherited from:
PolyFunction

Concrete fields