FQName

org.finos.morphir.FQNameModule.FQName
See theFQName companion class
object FQName

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FQName.type

Members list

Type members

Classlikes

object ReferenceName

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fqn(packageName: String, moduleName: String, localName: String): FQName

Convenience function to create a fully-qualified name from 3 strings

Convenience function to create a fully-qualified name from 3 strings

Attributes

def fqn(moduleName: String, localName: String)(implicit options: FQNamingOptions): FQName

Convenience function to create a fully-qualified name from 2 strings with default package name

Convenience function to create a fully-qualified name from 2 strings with default package name

Attributes

def fqn(localName: String)(implicit options: FQNamingOptions): FQName

Convenience function to create a fully-qualified name from 1 string with defaults for package and module

Convenience function to create a fully-qualified name from 1 string with defaults for package and module

Attributes

def fromLocalName(localName: String)(implicit qualifiedModuleName: QualifiedModuleName): FQName
def fromLocalName(localName: Name)(implicit qualifiedModuleName: QualifiedModuleName): FQName
def fromQName(packagePath: Path, qName: QName): FQName
def fromQName(qName: QName)(implicit packageName: PackageName): FQName
def fromQName(qName: QName)(implicit options: FQNamingOptions): FQName
def fromString(fqNameString: String, splitter: String)(implicit options: FQNamingOptions): FQName

Parse a string into a FQName using splitter as the separator between package, module, and local names

Parse a string into a FQName using splitter as the separator between package, module, and local names

Attributes

def fromString(fqNameString: String)(implicit options: FQNamingOptions): FQName
def getLocalName(fqName: FQName): Name

Get the local name part of a fully-qualified name

Get the local name part of a fully-qualified name

Attributes

def getModulePath(fqName: FQName): Path

Get the module path part of a fully-qualified name

Get the module path part of a fully-qualified name

Attributes

def getPackagePath(fqName: FQName): Path

Get the package path part of a fully-qualified name.

Get the package path part of a fully-qualified name.

Attributes

def toString(fqName: FQName): String

Concrete fields

val empty: FQName
val fqName: Path => Path => Name => FQName