DocumentDecoderSchemaVisitor
smithy4s.internals.DocumentDecoderSchemaVisitor
class DocumentDecoderSchemaVisitor(val cache: CompilationCache[DocumentDecoder]) extends Cached[DocumentDecoder]
Attributes
- Graph
-
- Supertypes
-
class Cached[DocumentDecoder]trait SchemaVisitor[DocumentDecoder]class Objecttrait Matchableclass AnyShow all
- Self type
Members list
Type members
Classlikes
object FlexibleNumber
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FlexibleNumber.type
object KeyValueObj
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KeyValueObj.type
Value members
Concrete methods
Attributes
- Definition Classes
override def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: Schema[A]): DocumentDecoder[C[A]]
Attributes
- Definition Classes
override def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: E => EnumValue[E]): DocumentDecoder[E]
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
override def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: IndexedSeq[Any] => S): DocumentDecoder[S]
Attributes
- Definition Classes
override def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatch: Dispatcher[U]): DocumentDecoder[U]
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- PolyFunction
Attributes
- Definition Classes
- Inherited from:
- Cached
Attributes
- Inherited from:
- PolyFunction
Attributes
- Inherited from:
- PolyFunction
Attributes
- Inherited from:
- PolyFunction
Concrete fields
In this article