spray.json.derived

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all
object Discriminator

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object LazyMk

Attributes

Companion
class
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class MkJsonFormat[T](val value: Context => JsonFormat[T]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
auto.type
object semiauto extends WithConfiguration

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
semiauto.type

Givens

Givens

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