LabelTransformation

zio.schema.meta.Migration.LabelTransformation
See theLabelTransformation companion object
sealed trait LabelTransformation

Represents a valid label transformation.

Not currently implemented but we can use this type to encode unambiguous string transformations applied to field and case labels. For example, converting from snake to camel case (or vica versa)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(label: String): Either[String, String]