DefaultNamingConventions

functions.proxygenerator.codegenerators.helidon.HelidonRoutesGenerator.DefaultNamingConventions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def className(`type`: EType): String

The name of the generated class

The name of the generated class

Value parameters

`type`

the type where the method belongs to

Attributes

Returns

the name that the generated class should have

Inherited methods

def caseClassHolderObjectName(`type`: EType): String

The name of the object that will hold all case classes

The name of the object that will hold all case classes

Attributes

Inherited from:
NamingConventions
def methodArgsCaseClassName(`type`: EType, method: EMethod): String

The name of the generated case class for a method.

The name of the generated case class for a method.

Value parameters

`type`

the type where the method belongs to

method

the method

Attributes

Returns

the case class name for the method

Inherited from:
NamingConventions
def methodParamsTraitName(`type`: EType): String

The name of a trait that will be the super class of all generated case classes

The name of a trait that will be the super class of all generated case classes

Attributes

Inherited from:
NamingConventions