Recursive

zio.schema.meta.Migration.Recursive
final case class Recursive(path: NodePath, relativeNodePath: NodePath, relativeMigration: Migration) extends Migration

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Migration
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def migrate(value: DynamicValue): Either[String, DynamicValue]

Attributes

Inherited from:
Migration
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product