NameFormat

zio.schema.NameFormat
See theNameFormat companion trait
object NameFormat

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
NameFormat.type

Members list

Type members

Classlikes

case object CamelCase extends NameFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NameFormat
trait String => String
class Object
trait Matchable
class Any
Show all
Self type
CamelCase.type
case class Custom(f: String => String) extends NameFormat

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NameFormat
trait String => String
class Object
trait Matchable
class Any
Show all
case object Identity extends NameFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NameFormat
trait String => String
class Object
trait Matchable
class Any
Show all
Self type
Identity.type
case object KebabCase extends NameFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NameFormat
trait String => String
class Object
trait Matchable
class Any
Show all
Self type
KebabCase.type
case object PascalCase extends NameFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NameFormat
trait String => String
class Object
trait Matchable
class Any
Show all
Self type
PascalCase.type
case object SnakeCase extends NameFormat

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NameFormat
trait String => String
class Object
trait Matchable
class Any
Show all
Self type
SnakeCase.type

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror