JsonObjectBase
typedjson.JsonObjectBase
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class JsonObject
Members list
Value members
Concrete methods
def objWith[A <: JsonObjectBase, V](companion: JsonObjectCompanionBase[A], name: String, obj: V)(implicit encoder: Encoder[V]): A
def objWithJson[A <: JsonObjectBase](companion: JsonObjectCompanionBase[A], json: Json, cacheUpdates: Map[String, Any]): A
def objWithUndef[A <: JsonObjectBase, V](companion: JsonObjectCompanionBase[A], name: String, obj: UndefOr[V])(implicit encoder: Encoder[V]): A
def objWithUndef[A <: JsonObjectBase, V](companion: JsonObjectCompanionBase[A], name: String, obj: JsonOption[V])(implicit encoder: Encoder[V]): A
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Concrete fields
In this article