JsonMemberFormat

sealed trait JsonMemberFormat extends String => String
trait String => String
class Object
trait Matchable
class Any
object CamelCase.type
object KebabCase.type
object PascalCase.type
object SnakeCase.type
object KebabCase.type
object SnakeCase.type

Value members

Inherited methods

@unspecialized
def andThen[A](g: String => A): String => A
Inherited from:
Function1
def apply(v1: String): String
Inherited from:
Function1
@unspecialized
def compose[A](g: A => String): A => String
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1