JsonPathInterpolator

object JsonPathInterpolator extends Literally[JsonPath]
trait Literally[JsonPath]
class Object
trait Matchable
class Any

Type members

Inherited types

type Expr[A] = Expr[A]
Inherited from:
Literally
type Quotes = Quotes
Inherited from:
Literally

Value members

Concrete methods

def validate(string: String)(using Quotes): Either[String, Expr[JsonPath]]

Inherited methods

def apply(strCtxExpr: Expr[StringContext], argsExpr: Expr[Seq[Any]])(using Quotes): Expr[JsonPath]
Inherited from:
Literally

Inherited fields

val Expr: Expr.type
Inherited from:
Literally