Replacement

io.circe.literal.Replacement
See theReplacement companion object
case class Replacement(placeholder: String, argument: Expr[Any])

Attributes

Companion:
object
Source:
Replacement.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def asJson(using q: Quotes): Expr[Json]

Attributes

Source:
Replacement.scala
def asKey(using q: Quotes): Expr[String]

Attributes

Source:
Replacement.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product