object MacroOptions

Source
Json.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MacroOptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. trait LowPriorityDefaultImplicits extends AnyRef

Value Members

  1. object Default extends LowPriorityDefaultImplicits