Uses of Class
com.aerospike.mapper.tools.TypeMapper
Packages that use TypeMapper
Package
Description
-
Uses of TypeMapper in com.aerospike.mapper.tools
Subclasses of TypeMapper in com.aerospike.mapper.toolsMethods in com.aerospike.mapper.tools that return TypeMapperConstructors in com.aerospike.mapper.tools with parameters of type TypeMapperModifierConstructorDescriptionFieldValue(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.mappersModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassConstructors in com.aerospike.mapper.tools.mappers with parameters of type TypeMapperModifierConstructorDescriptionArrayMapper(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 TypeMapperModifier and TypeMethodDescriptionstatic 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 TypeMapperModifier and TypeMethodDescriptionstatic TypeMapperTypeUtils.addTypeMapper(Class<?> clazz, TypeMapper mapper) This method adds a new type mapper into the system.