Uses of Class
org.leo.aws.ddb.repositories.AttributeMapper
-
Packages that use AttributeMapper Package Description org.leo.aws.ddb.repositories -
-
Uses of AttributeMapper in org.leo.aws.ddb.repositories
Fields in org.leo.aws.ddb.repositories with type parameters of type AttributeMapper Modifier and Type Field Description private ConcurrentHashMap<String,AttributeMapper<?>>MapperUtils. attributeMappingMapMethods in org.leo.aws.ddb.repositories that return AttributeMapper Modifier and Type Method Description AttributeMapper<T>AttributeMapper.AttributeMapperBuilder. build()AttributeMapper<T>AttributeMapper.Builder. build()Methods in org.leo.aws.ddb.repositories that return types with arguments of type AttributeMapper Modifier and Type Method Description ConcurrentHashMap<String,AttributeMapper<?>>MapperUtils. getAttributeMappingMap()
-