com.outr.arango.util

Members list

Type members

Classlikes

case class CaseClass(className: String, params: ListMap[String, Param], mixIns: List[String], start: Int, end: Int, updated: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CodeFile(path: Path, source: String, packageName: String, caseClasses: List[CaseClass])

Attributes

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

WARNING: This is a work-in-progress and not ready for use yet.

WARNING: This is a work-in-progress and not ready for use yet.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Generator.type
object Helpers

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Helpers.type
case class Param(name: String, `type`: String, default: Option[String])

Attributes

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