derjust / spring-data-dynamodb

This module deals with enhanced support for a data access layer built on AWS DynamoDB.
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
403 stars 141 forks source link

support for @AccessType(FIELD) #268

Closed gurpiarbassi closed 5 years ago

gurpiarbassi commented 5 years ago

Expected Behavior

I would like to remove setter methods and replace them with @AccessType(AccessType.Type.FIELD) at class level

Actual Behavior

DynamoDBMappingException thrown by com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect.set(StandardBeanProperties.java:136)

Looks like it's still looking for setters.

Specifications

boostchicken commented 5 years ago

This is a problem with the AWS library

gurpiarbassi commented 5 years ago

Thanks @boostchicken I should have read the exception carefully 😃 Closing issue.