FieldRemoved

io.github.vigoo.desert.Evolution$.FieldRemoved
final case class FieldRemoved(name: String) extends Evolution

Field removed from product

New version can read old data by skipping the field Old version can read new data only if it was Option[T]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Evolution
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product