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

Handle OData property types #14597

Merged
merged 3 commits into from
Sep 2, 2020
Merged

Conversation

bsiegel
Copy link
Member

@bsiegel bsiegel commented Aug 28, 2020

Creates a mapping of OData types to:
1.) The Java types that should cause the OData type annotation to be applied, and
2.) A function that knows how to parse a string value that has such an annotation into a Java type

Updates the deserializer to consult this mapping when deserializing, and updates the serializer to inspect the value's type and add an OData type annotation if applicable.

Fixes: #14596

@bsiegel bsiegel requested a review from conniey August 28, 2020 23:21
@bsiegel bsiegel changed the title Handle odata types Handle OData property types Aug 28, 2020
@bsiegel bsiegel self-assigned this Aug 28, 2020
@bsiegel bsiegel force-pushed the handle-odata-types branch 2 times, most recently from 5e7925c to cb8d2b6 Compare August 29, 2020 01:05
@bsiegel bsiegel force-pushed the handle-odata-types branch 2 times, most recently from e48b4f8 to 91d432d Compare September 1, 2020 09:14
@bsiegel
Copy link
Member Author

bsiegel commented Sep 2, 2020

/azp run java - tables - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@bsiegel bsiegel merged commit ed6476a into Azure:master Sep 2, 2020
@bsiegel bsiegel deleted the handle-odata-types branch September 2, 2020 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tables] Handle OData property types
2 participants