GlobalDefs

org.finos.morphir.runtime.quick.GlobalDefs
See theGlobalDefs companion object
final case class GlobalDefs(definitions: Map[FQName, SDKValue], ctors: Map[FQName, SDKConstructor])

Attributes

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

Members list

Value members

Concrete methods

def getCtor(name: FQName): Option[SDKConstructor]
def getDefinition(name: FQName): Option[SDKValue]
def withConstructor(fqn: FQName, constructor: SDKConstructor): GlobalDefs
def withDefinition(fqn: FQName, definition: SDKValue): GlobalDefs

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product