OptJsonWriter

sbt.util.OptJsonWriter
See theOptJsonWriter companion trait
object OptJsonWriter extends OptJsonWriter0

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

object StrictMode extends StrictMode0

Attributes

Supertypes
trait StrictMode0
class Object
trait Matchable
class Any
Self type
StrictMode.type
trait StrictMode0

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object StrictMode.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit def lift[A](implicit z: JsonWriter[A]): SomeJsonWriter[A]

Inherited implicits

implicit def fallback[A]: NoJsonWriter[A]

Attributes

Inherited from:
OptJsonWriter0