zio-arangodb-http
zio-arangodb-http
API
io.funkode.arangodb.http
ArangoClientHttp
ArangoClientJson
DeriveOpaqueTypeCodec
HttpDecoder
HttpEncoder
JsonCodecs
Main
Rel
constants
conversions
extensions
zio-arangodb-http
/
io.funkode.arangodb.http
/
JsonCodecs
JsonCodecs
io.funkode.arangodb.http.JsonCodecs$
object
JsonCodecs
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
JsonCodecs
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
jsonObjectToVObject
(
jsonObject
:
Obj
):
VObject
def
jsonToVpack
(
json
:
Json
):
VPack
Givens
Givens
given
arangoResult
[
O
](
using
JsonCodec
[
O
]):
JsonCodec
[
ArangoResult
[
O
]]
given
cursor
[
O
](
using
JsonCodec
[
O
]):
JsonCodec
[
QueryResults
[
O
]]
given
doc
[
T
](
using
evidence$1
:
JsonCodec
[
T
]):
JsonCodec
[
Document
[
T
]]
given
edge
[
T
](
using
JsonCodec
[
T
]):
JsonCodec
[
GraphEdge
[
T
]]
given
given_JsonCodec_ArangoError
:
JsonCodec
[
ArangoError
]
given
given_JsonCodec_CollectionChecksum
:
JsonCodec
[
CollectionChecksum
]
given
given_JsonCodec_CollectionCount
:
JsonCodec
[
CollectionCount
]
given
given_JsonCodec_CollectionCreate
:
JsonCodec
[
CollectionCreate
]
given
given_JsonCodec_CollectionInfo
:
JsonCodec
[
CollectionInfo
]
given
given_JsonCodec_CollectionName
:
JsonCodec
[
CollectionName
]
given
given_JsonCodec_CollectionStatus
:
JsonCodec
[
CollectionStatus
]
given
given_JsonCodec_CollectionType
:
JsonCodec
[
CollectionType
]
given
given_JsonCodec_DatabaseCreate
:
JsonCodec
[
DatabaseCreate
]
given
given_JsonCodec_DatabaseInfo
:
JsonCodec
[
DatabaseInfo
]
given
given_JsonCodec_DatabaseName
:
JsonCodec
[
DatabaseName
]
given
given_JsonCodec_DeleteResult
:
JsonCodec
[
DeleteResult
]
given
given_JsonCodec_DocumentHandle
:
JsonCodec
[
DocumentHandle
]
given
given_JsonCodec_DocumentKey
:
JsonCodec
[
DocumentKey
]
given
given_JsonCodec_DocumentRevision
:
JsonCodec
[
DocumentRevision
]
given
given_JsonCodec_Extra
:
JsonCodec
[
Extra
]
given
given_JsonCodec_ExtraStats
:
JsonCodec
[
ExtraStats
]
given
given_JsonCodec_GraphCollections
:
JsonCodec
[
GraphCollections
]
given
given_JsonCodec_GraphCreate
:
JsonCodec
[
GraphCreate
]
given
given_JsonCodec_GraphEdgeDefinition
:
JsonCodec
[
GraphEdgeDefinition
]
given
given_JsonCodec_GraphInfo
:
JsonCodec
[
GraphInfo
]
given
given_JsonCodec_GraphList
:
JsonCodec
[
GraphList
]
given
given_JsonCodec_GraphName
:
JsonCodec
[
GraphName
]
given
given_JsonCodec_KeyOptions
:
JsonCodec
[
KeyOptions
]
given
given_JsonCodec_Options
:
JsonCodec
[
Options
]
given
given_JsonCodec_Response
:
JsonCodec
[
Response
]
given
given_JsonCodec_ServerVersion
:
JsonCodec
[
ServerVersion
]
given
given_JsonCodec_Token
:
JsonCodec
[
Token
]
given
given_JsonCodec_TransactionId
:
JsonCodec
[
TransactionId
]
given
given_JsonCodec_User
:
JsonCodec
[
User
]
given
given_JsonCodec_UserPassword
:
JsonCodec
[
UserPassword
]
given
given_JsonCodec_VObject
:
JsonCodec
[
VObject
]
given
given_JsonCodec_VPack
:
JsonCodec
[
VPack
]
given
given_JsonEncoder_Query
:
JsonEncoder
[
Query
]
given
vertex
[
T
](
using
JsonCodec
[
T
]):
JsonCodec
[
GraphVertex
[
T
]]
given
vobjectDecoder
:
JsonDecoder
[
VObject
]
given
vobjectEncoder
:
JsonEncoder
[
VObject
]
given
vpackDecoder
:
JsonDecoder
[
VPack
]
given
vpackEncoder
:
JsonEncoder
[
VPack
]