Uses of Interface
com.aerospike.mapper.tools.IAeroMapper
| Package | Description |
|---|---|
| com.aerospike.mapper.tools | |
| com.aerospike.mapper.tools.virtuallist |
-
Uses of IAeroMapper in com.aerospike.mapper.tools
Classes in com.aerospike.mapper.tools that implement IAeroMapper Modifier and Type Class Description classAeroMapperMethods in com.aerospike.mapper.tools that return IAeroMapper Modifier and Type Method Description IAeroMapperAeroMapper. asMapper()IAeroMapperIBaseAeroMapper. asMapper()IAeroMapperReactiveAeroMapper. asMapper() -
Uses of IAeroMapper in com.aerospike.mapper.tools.virtuallist
Constructors in com.aerospike.mapper.tools.virtuallist with parameters of type IAeroMapper Constructor Description VirtualList(@NotNull IAeroMapper mapper, @NotNull Class<?> owningClazz, @NotNull Object key, @NotNull String binName, @NotNull Class<E> clazz)VirtualList(@NotNull IAeroMapper mapper, @NotNull Object object, @NotNull String binName, @NotNull Class<E> clazz)