Reflection

object Reflection
Source:
Meta.scala
class Object
trait Matchable
class Any

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