All Classes

Class Description
AeroMapper  
AeroMapper.Builder  
AeroMapper.Builder.AeroPolicyMapper  
AerospikeBin
Tags a field in a class to be mapped to an Aerospike bin.
AerospikeConstructor
Tags a constructor to be the one to use when a class as multiple constructors
AerospikeEmbed
Bins marked with AerospikeEmbed will have the objects they reference embedded in the parent object, either as a list or a map
AerospikeEmbed.EmbedType  
AerospikeEnum
Tags an enum field of a class to set a value field to store its value in the Aerospike database instead of the enum constant name.
AerospikeExclude
Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
AerospikeGetter
Tags a field in a class to be mapped to an Aerospike bin.
AerospikeKey  
AerospikeOrdinal  
AerospikeRecord  
AerospikeReference
Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
AerospikeReference.ReferenceType  
AerospikeSetter
Tags a field in a class to be mapped to an Aerospike bin.
AerospikeVersion
Specify the version of a record.
ArrayMapper  
BaseVirtualList<E>  
BinConfig  
BooleanMapper  
ByteMapper  
CharacterMapper  
ClassCache  
ClassCacheEntry<T>  
ClassConfig  
Configuration  
DateMapper  
DefaultMapper  
DeferredObjectLoader  
DeferredObjectLoader.DeferredObject  
DeferredObjectLoader.DeferredObjectSetter  
DeferredObjectLoader.DeferredSetter  
DeferredOperation  
DoubleMapper  
EmbedConfig  
EnumMapper  
FloatMapper  
FromAerospike  
GenericTypeMapper  
IAeroMapper  
IBaseAeroMapper  
InstantMapper  
Interactor  
IntMapper  
IReactiveAeroMapper  
IReactiveVirtualList<E>  
IVirtualList<E>  
KeyConfig  
ListMapper  
LoadedObjectResolver  
LongMapper  
MapMapper  
MapperUtils  
MappingConverter  
MultiOperation<E>  
NotAnnotatedClass  
ObjectEmbedMapper  
ObjectMapper  
ObjectReferenceMapper  
OperationParameters  
ParamFrom
Tags a field in a class to be mapped to an Aerospike bin.
ParserUtils  
PrimitiveDefaults  
PropertyDefinition  
PropertyDefinition.SetterParamType  
ReactiveAeroMapper  
ReactiveAeroMapper.Builder  
ReactiveAeroMapper.Builder.ReactiveAeroPolicyMapper  
ReactiveMultiOperation<E>  
ReactiveVirtualList<E>  
ReferenceConfig  
ResultsUnpacker  
ResultsUnpacker.ArrayUnpacker  
ResultsUnpacker.ElementUnpacker  
ResultsUnpacker.IdentityUnpacker  
ResultsUnpacker.ListUnpacker  
ReturnType  
ShortMapper  
ThreadLocalKeySaver
Save the keys.
ToAerospike  
TypeMapper  
TypeUtils  
TypeUtils.AnnotatedType  
ValueType
Implementation of a value, which can be either a method on a class (getter) or a field
ValueType.FieldValue  
ValueType.MethodValue  
VirtualList<E>  
VirtualListInteractors