DynamicSchemaIndex

smithy4s.dynamic.DynamicSchemaIndex
See theDynamicSchemaIndex companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

A construct that hides the types a service instance works, virtually turning them into existential types.

A construct that hides the types a service instance works, virtually turning them into existential types.

This prevents the user from calling the algebra/transformation in an unsafe fashion.

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

Loads the model from a dynamic representation of smithy models (typically json blobs). This representation is modelled in smithy itself, and code generated by smithy4s.

Loads the model from a dynamic representation of smithy models (typically json blobs). This representation is modelled in smithy itself, and code generated by smithy4s.

Attributes