OpenApiConfig

orchescala.helper.openApi.OpenApiConfig
See theOpenApiConfig companion object
case class OpenApiConfig(projectName: String, subProjectName: Option[String], typeMappers: Seq[TypeMapper], openApiFile: RelPath, outputPath: String => Path, superBpmnClass: String, superSimulationClass: String, superWorkerClass: String, filterNames: Seq[String])

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 bpmnPackage(versionTag: String): String
def bpmnPath(versionTag: String): Path
def simulationPackage(versionTag: String): String
def simulationPath(versionTag: String): Path
def superClassName(version: String): Option[String]
def workerPackage(versionTag: String): String
def workerPath(versionTag: String): Path

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val implMapping: Map[String, Option[String] => String]
lazy val projectTopicName: String
lazy val typeMapping: Map[String, String]