MemberRepr

izumi.distage.constructors.ConstructorUtil.MemberRepr
See theMemberRepr companion object
final case class MemberRepr(name: String, isMethod: Boolean, mbSymbol: Option[qctx.reflect.Symbol], tpe: qctx.reflect.TypeRepr, isNewMethod: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def generateDeclSymbol(cls: qctx.reflect.Symbol): qctx.reflect.Symbol

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product