o

smithy4s.http.internals

SchemaVisitorPathEncoder

object SchemaVisitorPathEncoder extends SchemaVisitor[MaybePathEncode] with Default[MaybePathEncode]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaVisitorPathEncoder
  2. Default
  3. SchemaVisitor
  4. PolyFunction
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def andThen[H[_]](other: PolyFunction[MaybePathEncode, H]): PolyFunction[schema.Schema, H]
    Definition Classes
    PolyFunction
  5. def apply[A](schema: schema.Schema[A]): MaybePathEncode[A]
    Definition Classes
    SchemaVisitorPolyFunction
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def biject[A, B](schema: schema.Schema[A], bijection: Bijection[A, B]): MaybePathEncode[B]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: schema.Schema[A]): MaybePathEncode[C[A]]
    Definition Classes
    DefaultSchemaVisitor
  10. final def compose[H[_]](other: PolyFunction[H, schema.Schema]): PolyFunction[H, MaybePathEncode]
    Definition Classes
    PolyFunction
  11. def default[A]: MaybePathEncode[A]
    Definition Classes
    SchemaVisitorPathEncoderDefault
  12. def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: (E) => EnumValue[E]): MaybePathEncode[E]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lazily[A](suspend: Lazy[schema.Schema[A]]): MaybePathEncode[A]
  20. def map[K, V](shapeId: ShapeId, hints: Hints, key: schema.Schema[K], value: schema.Schema[V]): MaybePathEncode[Map[K, V]]
    Definition Classes
    DefaultSchemaVisitor
  21. final def narrow[F0[a0] <: schema.Schema[a0]]: PolyFunction[F0, MaybePathEncode]
    Definition Classes
    PolyFunction
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def option[A](schema: schema.Schema[A]): MaybePathEncode[Option[A]]
    Definition Classes
    DefaultSchemaVisitor
  26. def primitive[P](shapeId: ShapeId, hints: Hints, tag: Primitive[P]): MaybePathEncode[P]
  27. def refine[A, B](schema: schema.Schema[A], refinement: Refinement[A, B]): MaybePathEncode[B]
  28. def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: (IndexedSeq[Any]) => S): MaybePathEncode[S]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatch: Dispatcher[U]): MaybePathEncode[U]
    Definition Classes
    DefaultSchemaVisitor
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def widen[G0[a0] >: MaybePathEncode[a0]]: PolyFunction[schema.Schema, G0]
    Definition Classes
    PolyFunction

Inherited from Default[MaybePathEncode]

Inherited from AnyRef

Inherited from Any

Ungrouped