Formatter

org.finos.morphir.Dumper.Formatter
See theFormatter companion trait
object Formatter

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Formatter.type

Members list

Value members

Concrete fields

val Full: Formatter[String]

A renderer that renders the Repr as a string containing the full information in the Repr.

A renderer that renders the Repr as a string containing the full information in the Repr.

Attributes

val Scala: Formatter[String]

A Formatter that renders the Repr as valid Scala code that could be copy and pasted into an IDE or REPL.

A Formatter that renders the Repr as valid Scala code that could be copy and pasted into an IDE or REPL.

Attributes

val Simple: Formatter[String]

A formatter that renders the Repr as a simple string.

A formatter that renders the Repr as a simple string.

Attributes