BaseConverterPlugin

dev.mongocamp.driver.mongodb.bson.BaseConverterPlugin

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def customClassList: List[Class[_]]

Attributes

Inherited from:
AbstractConverterPlugin
def hasCustomClass(v: Any): Boolean

Attributes

Inherited from:
AbstractConverterPlugin
def objectToBson(value: AnyRef): BsonValue

Attributes

Inherited from:
AbstractConverterPlugin
def toBson(value: Any): BsonValue

Attributes

Inherited from:
AbstractConverterPlugin