Uses of Interface
com.aerospike.mapper.tools.IBaseAeroMapper
-
Uses of IBaseAeroMapper in com.aerospike.mapper.tools
Subinterfaces of IBaseAeroMapper in com.aerospike.mapper.tools Modifier and Type Interface Description interfaceIAeroMapperinterfaceIReactiveAeroMapperClasses in com.aerospike.mapper.tools that implement IBaseAeroMapper Modifier and Type Class Description classAeroMapperclassReactiveAeroMapperMethods in com.aerospike.mapper.tools with parameters of type IBaseAeroMapper Modifier and Type Method Description <T> ClassCacheEntry<T>ClassCache. loadClass(@NotNull Class<T> clazz, IBaseAeroMapper mapper)Constructors in com.aerospike.mapper.tools with parameters of type IBaseAeroMapper Constructor Description PropertyDefinition(String name, IBaseAeroMapper mapper) -
Uses of IBaseAeroMapper in com.aerospike.mapper.tools.converters
Constructors in com.aerospike.mapper.tools.converters with parameters of type IBaseAeroMapper Constructor Description MappingConverter(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 IBaseAeroMapper Constructor Description ListMapper(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 IBaseAeroMapper Modifier and Type Method Description static <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 IBaseAeroMapper Constructor Description VirtualListInteractors(String binName, AerospikeEmbed.EmbedType listType, ClassCacheEntry<?> elementEntry, Function<Object,Object> instanceMapper, IBaseAeroMapper mapper)