SchemaVisitorMetadataWriter
smithy4s.http.internals.SchemaVisitorMetadataWriter
class SchemaVisitorMetadataWriter(val cache: CompilationCache[MetaEncode], commaDelimitedEncoding: Boolean) extends Cached[MetaEncode]
This schema visitor works on data that is annotated with :
- smithy.api.httpLabel
- smithy.api.httpHeader
- smithy.api.httpPrefixHeaders
- smithy.api.httpQuery
- smithy.api.httpQueryParams
As such, assumptions are made using the information of what types can be annotated in the smithy specs.
Attributes
- Graph
-
- Supertypes
-
class Cached[MetaEncode]trait SchemaVisitor[MetaEncode]class Objecttrait Matchableclass AnyShow all
- Self type
Members list
Value members
Concrete methods
Attributes
- Definition Classes
override def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: Schema[A]): MetaEncode[C[A]]
Attributes
- Definition Classes
override def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: E => EnumValue[E]): MetaEncode[E]
Attributes
- Definition Classes
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): MetaEncode[S]
Attributes
- Definition Classes
override def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatcher: Dispatcher[U]): MetaEncode[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