Vals

functions.proxygenerator.codegenerators.model.Vals
case class Vals(exportedType: EType, proxypackage: String, imports: Many[String], frameworkImports: Many[String], allImports: Many[String], className: String, methodParams: String, functions: Many[Func], generatorFactories: GeneratorFactories)

Attributes

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

Members list

Value members

Concrete methods

def exportedTypeFull: String
def exportedTypeTypeArgs: String
def frameworkTypeArg: String
def frameworkTypeArgClose: String
def frameworkTypeArgFull: String
def frameworkTypeArgOpen: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product