zio.schema.NameFormat
See theNameFormat companion trait
object NameFormat
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
NameFormat.type
Members list
Type members
Classlikes
case object CamelCase extends NameFormat
case class Custom(f: String => String) extends NameFormat
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NameFormatclass Objecttrait Matchableclass AnyShow all
case object Identity extends NameFormat
case object KebabCase extends NameFormat
case object PascalCase extends NameFormat
Attributes
- Supertypes
- Self type
-
PascalCase.type
Inherited and Abstract types
The names of the product elements
The name of the type
In this article