ListGenerator

wjson.macros.ListGenerator
class ListGenerator[T] extends Generator[T]

Attributes

Graph
Supertypes
trait Generator[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def generate(using Quotes)(deps: Map[TypeRepr, Ref]): Expr[JsValueMapper[T]]

deps: Map[ TypeRepr: TypeRepr.of[t], Ref: JsValueMapper[t] ]

deps: Map[ TypeRepr: TypeRepr.of[t], Ref: JsValueMapper[t] ]

Attributes

Definition Classes

Inherited methods

def baseTpe(using quotes: Quotes): TypeRepr

Attributes

Inherited from:
Generator
def mapperTpe(using quotes: Quotes): TypeRepr

Attributes

Inherited from:
Generator