Annotation Interface BsonRepresentation


@Documented @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface BsonRepresentation
An annotation that specifies what type the property is stored as in the database.

For POJOs, requires the Conventions.ANNOTATION_CONVENTION

For Java records, the annotation is only supported on the record component.

Since:
4.2
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type that the property is stored as in the database.
  • Element Details

    • value

      BsonType value
      The type that the property is stored as in the database.
      Returns:
      the type that the property should be stored as.