FieldMadeOptional

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

Existing non-option field made optional

New version can read old data by wrapping with Some Old version can read new data if it is not None

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