Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not All Supported data types for DynamoDB Mapper for Java are Documented #2904

Open
belugabehr opened this issue Dec 31, 2022 · 1 comment
Open
Labels
documentation This is a problem with documentation.

Comments

@belugabehr
Copy link

Describe the issue

As I understand it, the Supported data types for DynamoDB Mapper for Java documentation does not include several implemented converters.

/**
* {@link java.net.URL}
*/
URL(ScalarAttributeType.S, new ConverterMap(java.net.URL.class, null)
.with(String.class, ToUrl.FromString)
),
/**
* {@link java.net.URI}
*/
URI(ScalarAttributeType.S, new ConverterMap(java.net.URI.class, null)
.with(String.class, ToUri.FromString)
),
/**
* {@link java.util.UUID}
*/
UUID(ScalarAttributeType.S, new ConverterMap(java.util.UUID.class, null)
.with(ByteBuffer.class, ToUuid.FromByteBuffer)
.with(String.class, ToUuid.FromString)
),

Links

@belugabehr belugabehr added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Dec 31, 2022
@yasminetalby yasminetalby self-assigned this Jan 3, 2023
@yasminetalby yasminetalby removed the needs-triage This issue or PR still needs to be triaged. label Jan 3, 2023
@yasminetalby
Copy link

Hello @belugabehr ,

Thank you very much for your submission and for bringing this up.
I will bring this up to the documentation team in charge of the DynamoDB developer Guide so that they can improve their currently available documentation.

As this documentation is about the DynamoDB Mapper, I will transfer this to the AWS Java SDK V1 repository for tracking purposes.

Thank you very much for your feedback.

Best,

Yasmine

@yasminetalby yasminetalby transferred this issue from aws/aws-sdk-java-v2 Jan 3, 2023
@yasminetalby yasminetalby removed their assignment Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation.
Projects
None yet
Development

No branches or pull requests

2 participants