sealed trait JsonConfiguration extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonConfiguration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type Opts <: MacroOptions
Compile-time options for the JSON macros
Abstract Value Members
- abstract def discriminator: String
Name of the type discriminator field (for sealed family; see JsonConfiguration$.defaultDiscriminator)
- abstract def naming: JsonNaming
Naming strategy for fields
- abstract def optionHandlers: OptionHandlers
How options are handled by the macro
- abstract def typeNaming: JsonNaming
Naming strategy for type names
JSON configuration