jsonContrib
jsonContrib
io.github.liewhite.json.contrib.mongodb
MongoCodec
given_Decoder_Document
given_Decoder_ObjectId
given_Encoder_Document
given_Encoder_ObjectId
MongoDateTime
MongoDateTime
given_Decoder_MongoDateTime
given_Encoder_MongoDateTime
OID
OID
given_Decoder_OID
given_Encoder_OID
a
jsonContrib
/
io.github.liewhite.json.contrib.mongodb
/
MongoCodec
/
given_Decoder_Document
given_Decoder_Document
object
given_Decoder_Document
extends
Decoder
[
Document
]
Graph
Supertypes
Self type
trait
Decoder
[
Document
]
trait
ProductDecoder
trait
CoproductDecoder
trait
MacroDecoder
class
Object
trait
Matchable
class
Any
given_Decoder_Document
.type
Value members
Value members
Concrete methods
def
decode
(
data:
Json
,
withDefaults:
Boolean
):
Either
[
DecodeException
,
Document
]