MakeFieldImpl

typedjson.JsonObjectFrom.MakeField.MakeFieldImpl
case class MakeFieldImpl[A0](fieldName: String, value: A0, json: Option[Json]) extends MakeField

Attributes

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

Members list

Type members

Types

type A = A0

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product