Uses of Interface
com.aerospike.mapper.tools.IBaseAeroMapper
Packages that use IBaseAeroMapper
Package
Description
-
Uses of IBaseAeroMapper in com.aerospike.mapper.tools
Subinterfaces of IBaseAeroMapper in com.aerospike.mapper.toolsClasses in com.aerospike.mapper.tools that implement IBaseAeroMapperMethods in com.aerospike.mapper.tools with parameters of type IBaseAeroMapperModifier and TypeMethodDescription<T> ClassCacheEntry<T>ClassCache.loadClass(@NotNull Class<T> clazz, IBaseAeroMapper mapper) <T> ClassCacheEntry<T>ClassCache.loadClass(@NotNull Class<T> clazz, IBaseAeroMapper mapper, boolean requireRecord) Constructors in com.aerospike.mapper.tools with parameters of type IBaseAeroMapper -
Uses of IBaseAeroMapper in com.aerospike.mapper.tools.converters
Constructors in com.aerospike.mapper.tools.converters with parameters of type IBaseAeroMapperModifierConstructorDescriptionMappingConverter(IBaseAeroMapper mapper, com.aerospike.client.IAerospikeClient aerospikeClient) -
Uses of IBaseAeroMapper in com.aerospike.mapper.tools.mappers
Constructors in com.aerospike.mapper.tools.mappers with parameters of type IBaseAeroMapperModifierConstructorDescriptionListMapper(Class<?> clazz, Class<?> instanceClass, TypeMapper instanceClassMapper, IBaseAeroMapper mapper, AerospikeEmbed.EmbedType embedType, boolean saveKey, boolean allowBatchLoad) MapMapper(Class<?> clazz, Class<?> keyClass, Class<?> itemClass, TypeMapper keyMapper, TypeMapper itemMapper, IBaseAeroMapper mapper) ObjectEmbedMapper(Class<?> clazz, AerospikeEmbed.EmbedType type, IBaseAeroMapper mapper, boolean skipKey) ObjectReferenceMapper(ClassCacheEntry<?> entry, boolean lazy, boolean allowBatch, AerospikeReference.ReferenceType type, IBaseAeroMapper mapper) -
Uses of IBaseAeroMapper in com.aerospike.mapper.tools.utils
Methods in com.aerospike.mapper.tools.utils with parameters of type IBaseAeroMapperModifier and TypeMethodDescriptionstatic <T> ClassCacheEntry<T>MapperUtils.getEntryAndValidateNamespace(Class<T> clazz, IBaseAeroMapper mapper) static TypeMapperTypeUtils.getMapper(Class<?> clazz, TypeUtils.AnnotatedType type, IBaseAeroMapper mapper) -
Uses of IBaseAeroMapper in com.aerospike.mapper.tools.virtuallist
Constructors in com.aerospike.mapper.tools.virtuallist with parameters of type IBaseAeroMapperModifierConstructorDescriptionVirtualListInteractors(String binName, AerospikeEmbed.EmbedType listType, ClassCacheEntry<?> elementEntry, Function<Object, Object> instanceMapper, IBaseAeroMapper mapper)