BSONDateTimePathBindable

object BSONDateTimePathBindable extends PathBindable[BSONDateTime]
trait PathBindable[BSONDateTime]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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

Concrete fields