spray.json.derived

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object auto.type
case class Configuration(renderNullOptions: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Context(discriminator: Discriminator, typeName: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Discriminator(name: String) extends StaticAnnotation

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object LazyMk

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LazyMk.type
case class LazyMk[T](mkJsonFormat: MkJsonFormat[T])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final class MkJsonFormat[T](val value: Context => JsonFormat[T]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object auto.type
object semiauto.type
object auto extends AutoDerivation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
auto.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Givens

Givens

given lazyDerived[T](using wrapper: => LazyMk[T]): MkJsonFormat[T]