Packages

p

org.mongodb.scala.bson

annotations

package annotations

Type Members

  1. case class BsonIgnore() extends Annotation with StaticAnnotation with Product with Serializable

    Annotation to ignore a property.

    Annotation to ignore a property.

    Since

    4.2

  2. case class BsonProperty(key: String) extends Annotation with StaticAnnotation with Product with Serializable

    Annotation to change the stored key of a property

    Annotation to change the stored key of a property

    key

    the key for the stored property

Ungrouped