Packages

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

Annotation to change the stored key of a property

key

the key for the stored property

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonProperty
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. StaticAnnotation
  7. Annotation
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BsonProperty(key: String)

    key

    the key for the stored property

Value Members

  1. val key: String