Packages

class DomainClassesGenerator extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomainClassesGenerator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DomainClassesGenerator(schema: Schema)

Type Members

  1. implicit class ArrayBufferCompat[A] extends AnyRef

    for scala3 api compat

  2. implicit class BuilderCompat[A, To] extends AnyRef

    for scala3 api compat

  3. implicit class StringHelper extends AnyRef

    Useful string extensions to avoid Scala version incompatible interpolations.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val allNodeTypes: Set[AbstractNodeType]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def classNameToBase(className: String): String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def disableScalafmt: DomainClassesGenerator.this.type
  9. def edgeNeighborToMap(xs: Set[(String, String)]): Map[String, Set[String]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def flattenNeighbors(x: AbstractNodeType): Seq[AbstractNodeType]
  13. def generatePropertyTraversals(property: Property[_], propertyId: Int): String
  14. def generateRootTypesTraversals(schema: Schema): String

    Generate accessors for all edge types on all Traversals for each node type.

    Generate accessors for all edge types on all Traversals for each node type. Analogous to the steps directly on StoredNode

  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def neighborMapping(x: AdjacentNode): Set[(String, String)]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def run(outputDir: Path): Seq[Path]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def typeForProperty(p: Property[_]): String
  26. def unpackDefault(typ: ValueType[_], default: Default[_]): String
  27. def unpackTypeBoxed(tpe: ValueType[_], isStored: Boolean): String
  28. def unpackTypeUnboxed(tpe: ValueType[_], isStored: Boolean, raised: Boolean = false): String
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withScalafmtConfig(path: Path): DomainClassesGenerator.this.type

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

  33. def writeNeighborAccessors(outputDir: Path, basePackage: String): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped