implicit object Handler extends BSONHandler[BSONDocument, Placeholder]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Handler
- BSONHandler
- BSONWriter
- BSONReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
afterRead[U](f: (Placeholder) ⇒ U): BSONReader[BSONDocument, U]
- Definition Classes
- BSONReader
-
final
def
afterWrite[U <: BSONValue](f: (BSONDocument) ⇒ U): BSONWriter[Placeholder, U]
- Definition Classes
- BSONWriter
-
def
as[R](to: (Placeholder) ⇒ R, from: (R) ⇒ Placeholder): BSONHandler[BSONDocument, R]
- Definition Classes
- BSONHandler
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
beforeRead[U <: BSONValue](f: (U) ⇒ BSONDocument): BSONReader[U, Placeholder]
- Definition Classes
- BSONReader
-
final
def
beforeWrite[U](f: (U) ⇒ Placeholder): BSONWriter[U, BSONDocument]
- Definition Classes
- BSONWriter
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
read(bson: BSONDocument): Placeholder
- Definition Classes
- Handler → BSONReader
-
def
readOpt(bson: BSONDocument): Option[Placeholder]
- Definition Classes
- BSONReader
-
def
readTry(bson: BSONDocument): Try[Placeholder]
- Definition Classes
- BSONReader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(pl: Placeholder): BSONDocument
- Definition Classes
- Handler → BSONWriter
-
def
writeOpt(t: Placeholder): Option[BSONDocument]
- Definition Classes
- BSONWriter
-
def
writeTry(t: Placeholder): Try[BSONDocument]
- Definition Classes
- BSONWriter