t

play.api.libs.json.Json

DefaultValues

trait DefaultValues extends AnyRef

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
Self Type
DefaultValues with MacroOptions
Source
Json.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultValues
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected