Uses of Class
com.aerospike.mapper.tools.TypeMapper
| Package | Description |
|---|---|
| com.aerospike.mapper.tools | |
| com.aerospike.mapper.tools.mappers | |
| com.aerospike.mapper.tools.utils |
-
Uses of TypeMapper in com.aerospike.mapper.tools
Subclasses of TypeMapper in com.aerospike.mapper.tools Modifier and Type Class Description classGenericTypeMapperMethods in com.aerospike.mapper.tools that return TypeMapper Modifier and Type Method Description TypeMapperPropertyDefinition. getTypeMapper()TypeMapperValueType. getTypeMapper()Constructors in com.aerospike.mapper.tools with parameters of type TypeMapper Constructor Description FieldValue(Field field, TypeMapper typeMapper, TypeUtils.AnnotatedType annotatedType)MethodValue(PropertyDefinition property, TypeMapper typeMapper, TypeUtils.AnnotatedType annotatedType)ValueType(@NotNull TypeMapper mapper, TypeUtils.AnnotatedType annotatedType) -
Uses of TypeMapper in com.aerospike.mapper.tools.mappers
Subclasses of TypeMapper in com.aerospike.mapper.tools.mappers Modifier and Type Class Description classArrayMapperclassBooleanMapperclassByteMapperclassCharacterMapperclassDateMapperclassDefaultMapperclassDoubleMapperclassEnumMapperclassFloatMapperclassInstantMapperclassIntMapperclassListMapperclassLongMapperclassMapMapperclassObjectEmbedMapperclassObjectMapperclassObjectReferenceMapperclassShortMapperConstructors in com.aerospike.mapper.tools.mappers with parameters of type TypeMapper Constructor Description ArrayMapper(Class<?> instanceClass, TypeMapper instanceClassMapper, boolean allowBatch)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) -
Uses of TypeMapper in com.aerospike.mapper.tools.utils
Methods in com.aerospike.mapper.tools.utils that return TypeMapper Modifier and Type Method Description static TypeMapperTypeUtils. addTypeMapper(Class<?> clazz, TypeMapper mapper)This method adds a new type mapper into the system.static TypeMapperTypeUtils. getMapper(Class<?> clazz, TypeUtils.AnnotatedType type, IBaseAeroMapper mapper)Methods in com.aerospike.mapper.tools.utils with parameters of type TypeMapper Modifier and Type Method Description static TypeMapperTypeUtils. addTypeMapper(Class<?> clazz, TypeMapper mapper)This method adds a new type mapper into the system.