Names

com.digitalasset.transcode.codegen.scala.Names
object Names

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Names.type

Members list

Value members

Concrete methods

inline def descriptorOf[T <: Descriptor]: Ref
inline def dvFrom[T <: DynamicValue]: Ref
inline def dvTo[T <: DynamicValue]: Ref
def fieldName(name: FieldName): String
def foldName[A](name: String, zero: String => A, f: (A, String) => A): A
def fromConv(name: TypeVarName): Name
inline def refOf[T <: AnyKind]: Ref
def refOf(name: String): Ref
def toConv(name: TypeVarName): Name
inline def typeOf[T <: AnyKind](typeArgs: Type*): Type
def typeOf(name: String, typeArgs: Type*): Type
def wildcard: Type

Concrete fields

val Descriptor: Ref
val DynamicValue: Ref
val ScalaConverters: Ref
val fromDynamicValue: Name
val getDescriptor: Name
val toDynamicValue: Name
val value: Name
val view: Name