DynamicSchemaIndex

smithy4s.dynamic.DynamicSchemaIndex$
See theDynamicSchemaIndex companion trait

Attributes

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

Members list

Concise view

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

Graph
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

Inherited methods

def loadModel(model: Model): Either[PayloadError, DynamicSchemaIndex]

Loads a dynamic schema index model from a smithy model.

Loads a dynamic schema index model from a smithy model.

Attributes

Inherited from:
DynamicSchemaIndexPlatform (hidden)