JsonPayloadCodecCompiler
smithy4s.json.JsonPayloadCodecCompiler
trait JsonPayloadCodecCompiler
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
def withJsoniterCodecCompiler(jsoniterCodecCompiler: JsoniterCodecCompiler): JsonPayloadCodecCompiler
Changes the jsoniter codec compiler that backs this compiler. This can be used to tweak the behaviour of Json encoding and decoding alike.
Changes the jsoniter codec compiler that backs this compiler. This can be used to tweak the behaviour of Json encoding and decoding alike.
Attributes
Changes the jsoniter reader config that is used when parsing json payloads into data.
Changes the jsoniter reader config that is used when parsing json payloads into data.
Attributes
Changes the jsoniter writer config that is used when writing data into json.
Changes the jsoniter writer config that is used when writing data into json.
Attributes
In this article