OpenAPIDartGenerator

spice.openapi.generator.dart.OpenAPIDartGenerator

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

case class ParsedField(`type`: String, name: String, nullable: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def generate(): List[SourceFile]

Attributes

Definition Classes
def generatePaths(): List[SourceFile]
def loadString(name: String): String

Inherited methods

protected def isGenerated(file: File): Boolean

Attributes

Inherited from:
OpenAPIGenerator
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def write(sourceFiles: List[SourceFile], path: Path, deleteBeforeWrite: Boolean): Unit

Attributes

Inherited from:
OpenAPIGenerator