DeriveObjectTypeMacro

sangria.macros.derive.DeriveObjectTypeMacro$
See theDeriveObjectTypeMacro companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def deriveContextObjectType[Ctx, CtxVal, Val](using Quotes)(using ctx: Type[Ctx], ctxVal: Type[CtxVal], v: Type[Val])(fn: Expr[Ctx => CtxVal], config: Expr[Seq[DeriveObjectSetting[Ctx, Val]]]): Expr[ObjectType[Ctx, Val]]
def deriveNormalObjectType[Ctx, Val](using Quotes)(using ctx: Type[Ctx], v: Type[Val])(config: Expr[Seq[DeriveObjectSetting[Ctx, Val]]]): Expr[ObjectType[Ctx, Val]]