Package org.bson.codecs.pojo.annotations
Annotation Interface BsonRepresentation
An annotation that specifies what type the property is stored as in the database.
Note: Requires the Conventions.ANNOTATION_CONVENTION
- Since:
- 4.2
- See Also:
-
Required Element Summary
-
Element Details
-
value
BsonType valueThe type that the property is stored as in the database.- Returns:
- the type that the property should be stored as.
-