Packages

  • package root
    Definition Classes
    root
  • package io
    Definition Classes
    root
  • package circe

    This is the API documentation for Circe, a JSON library for Scala and Scala.js.

    Overview

    This is the API documentation for Circe, a JSON library for Scala and Scala.js.

    The library is divided into a number of modules that either provide core functionality, support additional features via third-party dependencies, or facilitate integration with other libraries or frameworks.

    • numbers: core facilities for representing and parsing JSON numbers.
    • core: our JSON abstract syntax tree, our zipper-like cursor types, and our encoding and decoding type classes (and instances).
    • parser: JSON parsing support for both the Java Virtual Machine (using Jawn) and Scala.js (using the native JavaScript JSON parser).
    • testing: ScalaCheck Arbitrary instances for circe's JSON AST and other types, as well as other useful testing tools.
    • literal: JSON string interpolation and encoder and decoder instances for literal types.
    • generic: Shapeless-powered generic derivation for case classes and sealed trait hierarchies.
    • generic-extras: additional experimental generic derivation functionality (including some configurability).
    • pointer: A JSON Pointer implementation
    • pointer-literal: JSON Pointer string interpolation
    • shapes: encoders and decoders for Shapeless hlists, coproducts, records, and sized collections.
    • scodec: encoders and decoders for Scodec's BitVector and ByteVector.
    • refined: encoders and decoders for refined types.
    • spray: Spray marshaller conversions for Circe's type classes.

    Please refer to the documentation for a more detailed introduction to the library.

    Definition Classes
    io
  • package generic
    Definition Classes
    circe
  • package util
    Definition Classes
    generic
  • package macros
    Definition Classes
    util
  • DerivationMacros
  • ExportMacros
  • JsonCodecMacros
c

io.circe.generic.util.macros

DerivationMacros

abstract class DerivationMacros[RD[_], RE[_], RC[_], DD[_], DE[_], DC[_]] extends AnyRef

Source
DerivationMacros.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerivationMacros
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DerivationMacros()

Abstract Value Members

  1. abstract def DC: scala.reflect.macros.Universe.TypeTag[DC[_]]
    Attributes
    protected[this]
  2. abstract def DD: scala.reflect.macros.Universe.TypeTag[DD[_]]
    Attributes
    protected[this]
  3. abstract def DE: scala.reflect.macros.Universe.TypeTag[DE[_]]
    Attributes
    protected[this]
  4. abstract def RC: scala.reflect.macros.Universe.TypeTag[RC[_]]
    Attributes
    protected[this]
  5. abstract def RD: scala.reflect.macros.Universe.TypeTag[RD[_]]
    Attributes
    protected[this]
  6. abstract def RE: scala.reflect.macros.Universe.TypeTag[RE[_]]
    Attributes
    protected[this]
  7. abstract val c: Context
  8. abstract def decodeAccumulatingMethodName: scala.reflect.macros.Universe.TermName
    Attributes
    protected[this]
  9. abstract def decodeField(name: String, decode: scala.reflect.macros.Universe.TermName): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
  10. abstract def decodeFieldAccumulating(name: String, decode: scala.reflect.macros.Universe.TermName): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
  11. abstract def decodeMethodName: scala.reflect.macros.Universe.TermName
    Attributes
    protected[this]
  12. abstract def decodeSubtype(name: String, decode: scala.reflect.macros.Universe.TermName): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
  13. abstract def decodeSubtypeAccumulating(name: String, decode: scala.reflect.macros.Universe.TermName): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
  14. abstract def encodeField(name: String, encode: scala.reflect.macros.Universe.TermName, value: scala.reflect.macros.Universe.TermName): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
  15. abstract def encodeMethodName: scala.reflect.macros.Universe.TermName
    Attributes
    protected[this]
  16. abstract def encodeSubtype(name: String, encode: scala.reflect.macros.Universe.TermName, value: scala.reflect.macros.Universe.TermName): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
  17. abstract def hnilReprCodec: scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
  18. abstract def hnilReprDecoder: scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toany2stringadd[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DerivationMacros[RD, RE, RC, DD, DE, DC], B)
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toArrowAssoc[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val ReprDecoderUtils: scala.reflect.macros.Universe.Symbol
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def constructCodec[R](implicit R: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Tree
    Attributes
    protected[this]
  10. def constructDecoder[R](implicit R: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Tree
    Attributes
    protected[this]
  11. def constructEncoder[R](implicit R: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Tree
    Attributes
    protected[this]
  12. def decodeAccumulatingMethodArgs: List[scala.reflect.macros.Universe.Tree]
    Attributes
    protected[this]
  13. def decodeMethodArgs: List[scala.reflect.macros.Universe.Tree]
    Attributes
    protected[this]
  14. def encodeMethodArgs: List[scala.reflect.macros.Universe.Tree]
    Attributes
    protected[this]
  15. def ensuring(cond: (DerivationMacros[RD, RE, RC, DD, DE, DC]) => Boolean, msg: => Any): DerivationMacros[RD, RE, RC, DD, DE, DC]
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toEnsuring[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (DerivationMacros[RD, RE, RC, DD, DE, DC]) => Boolean): DerivationMacros[RD, RE, RC, DD, DE, DC]
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toEnsuring[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): DerivationMacros[RD, RE, RC, DD, DE, DC]
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toEnsuring[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): DerivationMacros[RD, RE, RC, DD, DE, DC]
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toEnsuring[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toStringFormat[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hlistEncoderParts(members: Members): (List[scala.reflect.macros.blackbox.Context.Tree], scala.reflect.macros.blackbox.Context.Tree)
    Attributes
    protected[this]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (DerivationMacros[RD, RE, RC, DD, DE, DC], B)
    Implicit
    This member is added by an implicit conversion from DerivationMacros[RD, RE, RC, DD, DE, DC] toArrowAssoc[DerivationMacros[RD, RE, RC, DD, DE, DC]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDerivationMacros[RD, RE, RC, DD, DE, DC] to any2stringadd[DerivationMacros[RD, RE, RC, DD, DE, DC]]

Inherited by implicit conversion StringFormat fromDerivationMacros[RD, RE, RC, DD, DE, DC] to StringFormat[DerivationMacros[RD, RE, RC, DD, DE, DC]]

Inherited by implicit conversion Ensuring fromDerivationMacros[RD, RE, RC, DD, DE, DC] to Ensuring[DerivationMacros[RD, RE, RC, DD, DE, DC]]

Inherited by implicit conversion ArrowAssoc fromDerivationMacros[RD, RE, RC, DD, DE, DC] to ArrowAssoc[DerivationMacros[RD, RE, RC, DD, DE, DC]]

Ungrouped