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. def accessorClassname(nodeType: String): String
  5. lazy val allNodeTypes: Set[AbstractNodeType]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def classNameToBase(className: String): String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. def disableScalafmt: DomainClassesGenerator.this.type
  10. def edgeNeighborToMap(xs: Set[(String, String)]): Map[String, Set[String]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def flattenNeighbors(x: AbstractNodeType): Seq[AbstractNodeType]
  14. def generatePropertyTraversals(property: Property[_], propertyId: Int): String
  15. def generateRootTypesTraversals(schema: Schema): Option[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

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

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

  37. 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