CirceJsonCodec
jsonrpclib.smithy4sinterop.CirceJsonCodec
object CirceJsonCodec
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CirceJsonCodec.type
Members list
Type members
Classlikes
object Codec extends CachedSchemaCompiler[Codec]
Attributes
- Supertypes
-
trait CachedSchemaCompiler[Codec]class Objecttrait Matchableclass Any
- Self type
-
Codec.type
Value members
Concrete methods
Creates a Circe Codec[A]
from a Smithy4s Schema[A]
.
Creates a Circe Codec[A]
from a Smithy4s Schema[A]
.
This enables encoding values of type A
to JSON and decoding JSON back into A
, using the structure defined by the Smithy schema.
Attributes
In this article