smithy4s.http.internals.HttpResponseCodeSchemaVisitor
See theHttpResponseCodeSchemaVisitor companion object
class HttpResponseCodeSchemaVisitor() extends Default[ResponseCodeExtractor]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
override def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: E => EnumValue[E]): ResponseCodeExtractor[E]
Attributes
- Definition Classes
Attributes
- Definition Classes
override def primitive[P](shapeId: ShapeId, hints: Hints, tag: Primitive[P]): ResponseCodeExtractor[P]
Attributes
- Definition Classes
override def refine[A, B](schema: Schema[A], refinement: Refinement[A, B]): ResponseCodeExtractor[B]
Attributes
- Definition Classes
override def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: IndexedSeq[Any] => S): ResponseCodeExtractor[S]
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- PolyFunction
Attributes
- Inherited from:
- SchemaVisitor
override def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: Schema[A]): F[C[A]]
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Inherited from:
- PolyFunction
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Inherited from:
- PolyFunction
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Inherited from:
- PolyFunction
In this article