Constructor

org.finos.morphir.Dumper.Repr.Constructor
See theConstructor companion object
final case class Constructor(namespace: List[String], name: String, reprs: ListMap[String, Repr]) extends Repr

Attributes

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

Members list

Value members

Inherited methods

def dump: String

Dump the Repr to a human readable format using the Simple formatter.

Dump the Repr to a human readable format using the Simple formatter.

Attributes

Inherited from:
Repr
def dump[Format](formatter: Formatter[Format]): Format

Dump the Repr to a target format using the specified `Formatter

Dump the Repr to a target format using the specified `Formatter

Attributes

Inherited from:
Repr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product