JsonCodecMakerSettings

Object contains compile-time settings for JsonCodeMaker generator. To activate settings, add appropriative implicit object to the current compilation context

class Object
trait Matchable
class Any

Type members

Classlikes

Use to enable printing of codec during compilation:

Use to enable printing of codec during compilation:

given JsonCodecMakerSetting.PrintCodec

val codec = CodecMakerConfig[MyClass]
class Trace

Use to print additional debug code during derivation of codecs

Use to print additional debug code during derivation of codecs

given JsonCodecMakerSetting.Trace

val codec = CodecMakerConfig[MyClass]