Class/Object

play.modules.reactivemongo.json.BSONFormats

BSONArrayFormat

Related Docs: object BSONArrayFormat | package BSONFormats

Permalink

class BSONArrayFormat extends reactivemongo.play.json.BSONFormats.BSONArrayFormat with PartialFormat[BSONArray]

Annotations
@deprecated
Deprecated

(Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONArrayFormat

Linear Supertypes
PartialFormat[BSONArray], reactivemongo.play.json.BSONFormats.BSONArrayFormat, reactivemongo.play.json.BSONFormats.PartialFormat[BSONArray], reactivemongo.play.json.BSONFormats.PartialWrites[BSONArray], reactivemongo.play.json.BSONFormats.PartialReads[BSONArray], Format[BSONArray], Reads[BSONArray], Writes[BSONArray], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONArrayFormat
  2. PartialFormat
  3. BSONArrayFormat
  4. PartialFormat
  5. PartialWrites
  6. PartialReads
  7. Format
  8. Reads
  9. Writes
  10. AnyRef
  11. Any
Implicitly
  1. by apply
  2. by valueProducer
  3. by element2Producer
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BSONArrayFormat(toBSON: (JsValue) ⇒ JsResult[BSONValue], toJSON: (BSONValue) ⇒ JsValue)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to any2stringadd[BSONArrayFormat] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BSONArrayFormat, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to ArrowAssoc[BSONArrayFormat] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def andThen[B](rb: Reads[B])(implicit witness: <:<[BSONArray, JsValue]): Reads[B]

    Permalink
    Definition Classes
    Reads
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collect[B](error: ValidationError)(f: PartialFunction[BSONArray, B]): Reads[B]

    Permalink
    Definition Classes
    Reads
  10. def compose[B <: JsValue](rb: Reads[B]): Reads[BSONArray]

    Permalink
    Definition Classes
    Reads
  11. def ensuring(cond: (BSONArrayFormat) ⇒ Boolean, msg: ⇒ Any): BSONArrayFormat

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (BSONArrayFormat) ⇒ Boolean): BSONArrayFormat

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): BSONArrayFormat

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): BSONArrayFormat

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def filter(error: ValidationError)(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Definition Classes
    Reads
  18. def filter(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Definition Classes
    Reads
  19. def filterNot(error: ValidationError)(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Definition Classes
    Reads
  20. def filterNot(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Definition Classes
    Reads
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flatMap[B](f: (BSONArray) ⇒ Reads[B]): Reads[B]

    Permalink
    Definition Classes
    Reads
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to StringFormat[BSONArrayFormat] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def map[B](f: (BSONArray) ⇒ B): Reads[B]

    Permalink
    Definition Classes
    Reads
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def orElse(v: Reads[BSONArray]): Reads[BSONArray]

    Permalink
    Definition Classes
    Reads
  32. val partialReads: PartialFunction[JsValue, JsResult[BSONArray]]

    Permalink
    Definition Classes
    BSONArrayFormat → PartialReads
  33. val partialWrites: PartialFunction[BSONValue, JsValue]

    Permalink
    Definition Classes
    BSONArrayFormat → PartialWrites
  34. def reads(json: JsValue): JsResult[BSONArray]

    Permalink
    Definition Classes
    PartialReads → Reads
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def transform(transformer: Writes[JsValue]): Writes[BSONArray]

    Permalink
    Definition Classes
    Writes
  38. def transform(transformer: (JsValue) ⇒ JsValue): Writes[BSONArray]

    Permalink
    Definition Classes
    Writes
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def writes(t: BSONArray): JsValue

    Permalink
    Definition Classes
    PartialWrites → Writes
  43. def [B](y: B): (BSONArrayFormat, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to ArrowAssoc[BSONArrayFormat] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def andThen[B](rb: Reads[B])(implicit witness: <:<[BSONArray, JsValue]): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).andThen(rb)(witness)
    Definition Classes
    Reads
  2. def collect[B](error: ValidationError)(f: PartialFunction[BSONArray, B]): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).collect(error)(f)
    Definition Classes
    Reads
  3. def compose[B <: JsValue](rb: Reads[B]): Reads[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).compose(rb)
    Definition Classes
    Reads
  4. def filter(error: ValidationError)(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).filter(error)(f)
    Definition Classes
    Reads
  5. def filter(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).filter(f)
    Definition Classes
    Reads
  6. def filterNot(error: ValidationError)(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).filterNot(error)(f)
    Definition Classes
    Reads
  7. def filterNot(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).filterNot(f)
    Definition Classes
    Reads
  8. def flatMap[B](f: (BSONArray) ⇒ Reads[B]): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).flatMap(f)
    Definition Classes
    Reads
  9. def map[B](f: (BSONArray) ⇒ B): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).map(f)
    Definition Classes
    Reads
  10. def orElse(v: Reads[BSONArray]): Reads[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).orElse(v)
    Definition Classes
    Reads
  11. val partialReads: PartialFunction[JsValue, JsResult[BSONArray]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).partialReads
    Definition Classes
    apply → PartialReads
  12. val partialWrites: PartialFunction[BSONValue, JsValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).partialWrites
    Definition Classes
    apply → PartialWrites
  13. def reads(json: JsValue): JsResult[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).reads(json)
    Definition Classes
    PartialReads → Reads
  14. def transform(transformer: Writes[JsValue]): Writes[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).transform(transformer)
    Definition Classes
    Writes
  15. def transform(transformer: (JsValue) ⇒ JsValue): Writes[BSONArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).transform(transformer)
    Definition Classes
    Writes
  16. def writes(t: BSONArray): JsValue

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONArrayFormat to apply[BSONArray] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bSONArrayFormat: apply[BSONArray]).writes(t)
    Definition Classes
    PartialWrites → Writes

Inherited from PartialFormat[BSONArray]

Inherited from reactivemongo.play.json.BSONFormats.BSONArrayFormat

Inherited from reactivemongo.play.json.BSONFormats.PartialFormat[BSONArray]

Inherited from reactivemongo.play.json.BSONFormats.PartialWrites[BSONArray]

Inherited from reactivemongo.play.json.BSONFormats.PartialReads[BSONArray]

Inherited from Format[BSONArray]

Inherited from Reads[BSONArray]

Inherited from Writes[BSONArray]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply from BSONArrayFormat to apply[BSONArray]

Inherited by implicit conversion valueProducer from BSONArrayFormat to Producer[BSONValue]

Inherited by implicit conversion element2Producer from BSONArrayFormat to Producer[BSONElement]

Inherited by implicit conversion any2stringadd from BSONArrayFormat to any2stringadd[BSONArrayFormat]

Inherited by implicit conversion StringFormat from BSONArrayFormat to StringFormat[BSONArrayFormat]

Inherited by implicit conversion Ensuring from BSONArrayFormat to Ensuring[BSONArrayFormat]

Inherited by implicit conversion ArrowAssoc from BSONArrayFormat to ArrowAssoc[BSONArrayFormat]

Ungrouped