Skip to content

Commit

Permalink
small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyg210 committed Jul 28, 2023
1 parent 5af3c92 commit 6ba501c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/user-guide/integrations/sdks/java/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ Pay particular attention to the handling of the data model in the v2 example. As
boilerplate code can be abstracted with the help of specific annotations which help label the Java bean, the
partition key and even specify converters for certain data types.
Unfortunately the enhanced mapping in v2 does not support Date type, but a handwritten converter is enough to
cater to the application's needs. The full list of supported converters can be found [here](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/enhanced/dynamodb/internal/converter/attribute/package-summary.html).
cater to the application's needs. The full list of supported converters can be found
[here](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/enhanced/dynamodb/internal/converter/attribute/package-summary.html).

{{<tabpane >}}
{{<tab header="v1" lang="java">}}
Expand Down

0 comments on commit 6ba501c

Please sign in to comment.