Package com.aerospike.mapper.annotations
Annotation Type AerospikeBin
Tags a field in a class to be mapped to an Aerospike bin.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe name of the bin to use.boolean
-
Element Details
-
name
String nameThe name of the bin to use. If not specified, the field name is used for the bin name.- Default:
- ""
-
useAccessors
boolean useAccessors- Default:
- false
-