Default

play.api.libs.json.Json.MacroOptions.Default
See theDefault companion object
trait Default[O <: MacroOptions]

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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object macroOptionsDefault.type
In this article