c

io.github.shogowada.scala.jsonrpc.client

JSONRPCMethodClientFactoryMacro

class JSONRPCMethodClientFactoryMacro[Context <: Context] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSONRPCMethodClientFactoryMacro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSONRPCMethodClientFactoryMacro(c: Context)

Value Members

  1. val c: Context
  2. def createAsFunction(client: scala.reflect.macros.Universe.Tree, maybeServer: Option[scala.reflect.macros.Universe.Tree], jsonRPCMethodName: scala.reflect.macros.Universe.Tree, paramTypes: Seq[scala.reflect.macros.Universe.Type], returnType: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree