JsonDocumentModel

com.outr.arango.json.JsonDocumentModel

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object index

Attributes

Inherited from:
DocumentModel
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

final def allComputedValues: List[ComputedValue]

Attributes

Inherited from:
DocumentModel
final def allMutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel

Attributes

Inherited from:
DocumentModel
protected def computedValues: List[ComputedValue]

Attributes

Inherited from:
DocumentModel
def fields: List[Field[_]]

Attributes

Inherited from:
DocumentModel
protected def generateId(): String

Attributes

Inherited from:
DocumentModel
def id(value: String): Id[D]

Attributes

Inherited from:
DocumentModel
def indexes: List[Index]

Attributes

Inherited from:
DocumentModel
def mutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel
def schema: Option[CollectionSchema]

Attributes

Inherited from:
DocumentModel
def waitForSync: Option[Boolean]

Attributes

Inherited from:
DocumentModel

Inherited fields

Attributes

Inherited from:
DocumentModel
val collectionName: String

Attributes

Inherited from:
DocumentModel

Implicits

Implicits

implicit def json2JsonDocument(json: Json): JsonDocument
implicit override val rw: RW[JsonDocument]

Inherited implicits

implicit protected val modelOption: Option[DocumentModel[JsonDocument]]

Attributes

Inherited from:
DocumentModel