DefaultValues

play.api.libs.json.Json.DefaultValues

Flag to indicate the macros can use the type default values (e.g. default values for the case class parameters) when applicable.

import play.api.libs.json._, Json._

type Opts = MacroOptions with DefaultValues

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
In this article