forked from loafle/openapi-generator-original
moved override
This commit is contained in:
parent
92c0fc5afb
commit
3e5e85509d
@ -34,11 +34,12 @@ abstract class CodegenConfig {
|
|||||||
// optional configs
|
// optional configs
|
||||||
def invokerPackage: Option[String] = None
|
def invokerPackage: Option[String] = None
|
||||||
def apiPackage: Option[String] = None
|
def apiPackage: Option[String] = None
|
||||||
|
def modelPackage: Option[String] = None
|
||||||
|
|
||||||
def reservedWords: Set[String] = Set()
|
def reservedWords: Set[String] = Set()
|
||||||
|
|
||||||
// swagger primitive types
|
// swagger primitive types
|
||||||
def importMapping: Map[String, String] = Map()
|
def importMapping: Map[String, String] = Map()
|
||||||
def modelPackage: Option[String] = None
|
|
||||||
def escapeReservedWord(word: String) = word
|
def escapeReservedWord(word: String) = word
|
||||||
|
|
||||||
def toApiName(name: String): String
|
def toApiName(name: String): String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user