NameRenderer

org.finos.morphir.NameModule.NameRenderer
See theNameRenderer companion object
trait NameRenderer extends Name => String

Attributes

Companion
object
Graph
Supertypes
trait Name => String
class Object
trait Matchable
class Any
Known subtypes
object CamelCase
object KebabCase
object SnakeCase
object TitleCase

Members list

Value members

Concrete methods

final def render(name: Name): String

Inherited methods

def andThen[A](g: String => A): Name => A

Attributes

Inherited from:
Function1
def apply(v1: Name): String

Attributes

Inherited from:
Function1
def compose[A](g: A => Name): A => String

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1