json4s-mongo
json4s-mongo
org.json4s.mongo
BsonDSL
BsonDSL
WithBigDecimal
WithDouble
DateSerializer
JObjectParser
Parser
Meta
Reflection
ObjectIdSerializer
PatternSerializer
UUIDSerializer
json4s-mongo
/
org.json4s.mongo
/
Meta
/
Reflection
Reflection
object
Reflection
Source:
Meta.scala
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
Reflection
.type
Value members
Value members
Concrete methods
def
datetype2dbovalue
(
a:
Any
):
Date
Source:
Meta.scala
def
datetype2jvalue
(
a:
Any
)(
implicit
formats:
Formats
):
JObject
Source:
Meta.scala
def
isDateType
(
clazz:
Class
[
_
]):
Boolean
Source:
Meta.scala
def
isMongoType
(
clazz:
Class
[
_
]):
Boolean
Source:
Meta.scala
def
isPrimitive
(
clazz:
Class
[
_
]):
Boolean
Source:
Meta.scala
def
mongotype2jvalue
(
a:
Any
)(
implicit
formats:
Formats
):
JValue
Source:
Meta.scala
def
primitive2jvalue
(
a:
Any
):
JValue
Source:
Meta.scala
Concrete fields
val
datetypes
:
Set
[
Class
[
_
]]
Source:
Meta.scala
val
mongotypes
:
Set
[
Class
[
_
]]
Source:
Meta.scala
val
primitives
:
Set
[
Class
[
_
]]
Source:
Meta.scala