GeneratorHelper

orchescala.helper.openApi.GeneratorHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

protected def apiDefinition: ApiDefinition
protected def config: OpenApiConfig

Concrete methods

protected def generateObject(name: String, params: Option[Seq[ConstrField]], intent: String): String
protected def printDescr(elem: OpenApiElem): String
protected def printDescrOpt(elem: OpenApiElem, intent: String): Option[String]
protected def printDescrTextOpt(elem: OpenApiElem, intent: String): Option[String]
protected def printField(field: ConstrField, parentName: String, intent: String): String
protected def printFieldType(field: ConstrField, parentName: Option[String]): String
protected def printFieldValue(field: ConstrField, parentName: Option[String]): String

Concrete fields

lazy protected val bpmnPackage: String
lazy protected val bpmnPath: Path
lazy protected val superClass: BpmnSuperClass