Uses of Class
org.springframework.data.aerospike.convert.AerospikeTypeAliasAccessor
| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.convert |
-
Uses of AerospikeTypeAliasAccessor in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return AerospikeTypeAliasAccessor Modifier and Type Method Description AerospikeTypeAliasAccessorAerospikeDataConfigurationSupport. aerospikeTypeAliasAccessor()Methods in org.springframework.data.aerospike.config with parameters of type AerospikeTypeAliasAccessor Modifier and Type Method Description MappingAerospikeConverterAerospikeDataConfigurationSupport. mappingAerospikeConverter(AerospikeMappingContext aerospikeMappingContext, AerospikeTypeAliasAccessor aerospikeTypeAliasAccessor, AerospikeCustomConversions customConversions) -
Uses of AerospikeTypeAliasAccessor in org.springframework.data.aerospike.convert
Constructors in org.springframework.data.aerospike.convert with parameters of type AerospikeTypeAliasAccessor Constructor Description MappingAerospikeConverter(AerospikeMappingContext mappingContext, CustomConversions conversions, AerospikeTypeAliasAccessor aerospikeTypeAliasAccessor)Creates a newMappingAerospikeConverter.