MethodArgument

sangria.macros.derive.MethodArgument
case class MethodArgument[Ctx, Val, Arg](methodName: String, argName: String, description: String, default: Arg) extends DeriveObjectSetting[Ctx, Val]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DeriveObjectSetting[Ctx, Val]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product