object SchemaVisitorPathEncoder extends SchemaVisitor[MaybePathEncode] with Default[MaybePathEncode]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchemaVisitorPathEncoder
- Default
- SchemaVisitor
- PolyFunction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def andThen[H[_]](other: PolyFunction[MaybePathEncode, H]): PolyFunction[schema.Schema, H]
- Definition Classes
- PolyFunction
- def apply[A](schema: schema.Schema[A]): MaybePathEncode[A]
- Definition Classes
- SchemaVisitor → PolyFunction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def biject[A, B](schema: schema.Schema[A], bijection: Bijection[A, B]): MaybePathEncode[B]
- Definition Classes
- SchemaVisitorPathEncoder → Default → SchemaVisitor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: schema.Schema[A]): MaybePathEncode[C[A]]
- Definition Classes
- Default → SchemaVisitor
- final def compose[H[_]](other: PolyFunction[H, schema.Schema]): PolyFunction[H, MaybePathEncode]
- Definition Classes
- PolyFunction
- def default[A]: MaybePathEncode[A]
- Definition Classes
- SchemaVisitorPathEncoder → Default
- def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: (E) => EnumValue[E]): MaybePathEncode[E]
- Definition Classes
- SchemaVisitorPathEncoder → Default → SchemaVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lazily[A](suspend: Lazy[schema.Schema[A]]): MaybePathEncode[A]
- Definition Classes
- SchemaVisitorPathEncoder → Default → SchemaVisitor
- def map[K, V](shapeId: ShapeId, hints: Hints, key: schema.Schema[K], value: schema.Schema[V]): MaybePathEncode[Map[K, V]]
- Definition Classes
- Default → SchemaVisitor
- final def narrow[F0[a0] <: schema.Schema[a0]]: PolyFunction[F0, MaybePathEncode]
- Definition Classes
- PolyFunction
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def option[A](schema: schema.Schema[A]): MaybePathEncode[Option[A]]
- Definition Classes
- Default → SchemaVisitor
- def primitive[P](shapeId: ShapeId, hints: Hints, tag: Primitive[P]): MaybePathEncode[P]
- Definition Classes
- SchemaVisitorPathEncoder → Default → SchemaVisitor
- def refine[A, B](schema: schema.Schema[A], refinement: Refinement[A, B]): MaybePathEncode[B]
- Definition Classes
- SchemaVisitorPathEncoder → Default → SchemaVisitor
- def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: (IndexedSeq[Any]) => S): MaybePathEncode[S]
- Definition Classes
- SchemaVisitorPathEncoder → Default → SchemaVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatch: Dispatcher[U]): MaybePathEncode[U]
- Definition Classes
- Default → SchemaVisitor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def widen[G0[a0] >: MaybePathEncode[a0]]: PolyFunction[schema.Schema, G0]
- Definition Classes
- PolyFunction