BSONObjectIDPathBindable

play.modules.reactivemongo.PathBindables$.BSONObjectIDPathBindable$
object BSONObjectIDPathBindable extends PathBindable[BSONObjectID]

Attributes

Graph
Supertypes
trait PathBindable[BSONObjectID]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def bind(key: String, value: String): Either[String, BSONObjectID]
def unbind(key: String, value: BSONObjectID): String

Inherited methods

def javascriptUnbind: String

Attributes

Inherited from:
PathBindable
def transform[B](toB: BSONObjectID => B, toA: B => BSONObjectID): AnyRef & PathBindable[B]

Attributes

Inherited from:
PathBindable

Concrete fields

val b: PathBindable[String]