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

trait Builder

Attributes

Supertypes
class Object
trait Matchable
class Any

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait SmithyConvertible

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

Returns a builder for creating a DynamicSchemaIndex manually

Returns a builder for creating a DynamicSchemaIndex manually

Attributes

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): DynamicSchemaIndex

Loads a dynamic schema index model from a smithy model.

Loads a dynamic schema index model from a smithy model.

Attributes

Inherited from:
DynamicSchemaIndexCompanionPlatform (hidden)