Repr

org.finos.morphir.Dumper$.Repr
See theRepr companion object
sealed trait Repr

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Boolean
class Byte
class Char
class Constructor
class Double
class Float
class Int
class KeyValue
class Long
class Object
class Short
class String
class VConstructor
Show all
Self type

Members list

Value members

Concrete methods

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

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