smithy4s.http.internals.SchemaVisitorMetadataWriter
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 Object
trait Matchable
class Any
- Self type
Members list
Concise view
Value members
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
- Inherited from:
- Cached
Pre-computes the polyfunction by applying it on a vector
of possible inputs.
Pre-computes the polyfunction by applying it on a vector
of possible inputs.
Unsafe because calling the resulting polyfunction with an input that wasn't cached
will result in an exception.
Attributes
- Inherited from:
- PolyFunction
Creates a memoised version of this function.
Creates a memoised version of this function.
Unsafe because it creates mutable state, which is a
non-referentially-transparent action (aka a side-effect).
Attributes
- Inherited from:
- PolyFunction