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.type
object KebabCase.type
object SnakeCase.type
object TitleCase.type

Members list

Value members

Concrete methods

final def render(name: Name): String

Inherited methods

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

Attributes

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

Attributes

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

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