org.finos.morphir.ir.printing

Members list

Type members

Classlikes

case class DetailLevel(compressNames: Boolean, compressFQNames: Boolean, compressReferences: Boolean, showFieldNames: Boolean, fqnView: FQNameView, depthLimit: Option[Int])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object BirdsEye
object Detailed
object Medium
object DetailLevel

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FQNameView

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Full
object LocalOnly
object ModuleLocal
object FQNameView

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
FQNameView.type
sealed trait FieldNames

Attributes

Supertypes
class Object
trait Matchable
class Any
object PrintIR

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PrintIR.type
case class PrintIR(detailLevel: DetailLevel, defaultWidth: Int) extends Walker

Attributes

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