object MacroOptions
- Source
- Json.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MacroOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Default[O <: MacroOptions] extends AnyRef
Defines the default macro options if no type is supplied.
Defines the default macro options if no type is supplied.
Since you can't have defaults for a type parameter (unless it's a contravariant type, it will default to Nothing), we supply the default via an implicit parameter.
- trait LowPriorityDefaultImplicits extends AnyRef
Value Members
- object Default extends LowPriorityDefaultImplicits