public class MappingAerospikeReadConverter extends Object implements EntityReader<Object,AerospikeReadData>
| Constructor and Description |
|---|
MappingAerospikeReadConverter(EntityInstantiators entityInstantiators,
TypeAliasAccessor typeAliasAccessor,
TypeMapper<Map<String,Object>> typeMapper,
AerospikeMappingContext mappingContext,
CustomConversions conversions,
GenericConversionService conversionService) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
read(Class<R> targetClass,
AerospikeReadData data) |
public MappingAerospikeReadConverter(EntityInstantiators entityInstantiators, TypeAliasAccessor typeAliasAccessor, TypeMapper<Map<String,Object>> typeMapper, AerospikeMappingContext mappingContext, CustomConversions conversions, GenericConversionService conversionService)
public <R> R read(Class<R> targetClass, AerospikeReadData data)
read in interface EntityReader<Object,AerospikeReadData>Copyright © 2012–2020 Aerospike, Inc. All rights reserved.