CodeGen

overflowdb.codegen.CodeGen
See theCodeGen companion object
class CodeGen(schema: Schema)

Generates a domain model for OverflowDb traversals for a given domain-specific schema.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def disableScalafmt: CodeGen.this.type
def run(outputDir: File): Seq[File]
def withScalafmtConfig(file: File): CodeGen.this.type

replace entire default scalafmt config (from Formatter.defaultScalafmtConfig) with custom config

replace entire default scalafmt config (from Formatter.defaultScalafmtConfig) with custom config

Attributes

Concrete fields

val basePackage: String
val edgesPackage: String
val nodesPackage: String
val traversalsPackage: String