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

Add toSdkBindingDataMap() to SdkType #177

Merged
merged 7 commits into from
Jan 24, 2023
Merged

Conversation

andresgomezfrr
Copy link
Collaborator

@andresgomezfrr andresgomezfrr commented Jan 23, 2023

TL;DR

Add a new method into the SdkType interface to allow to transform of an input/output class in a Map<String, SdkBindingData<?>>

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

Add a new method into the SdkType interface to allow to transform an input/output class in a Map<String, SdkBindingData<?>>

This PR also adds their implementations (JacksonSdkType, SdkScalaType)

Tracking Issue

Follow-up issue

NA

Copy link
Contributor

@narape narape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done, minor comments

@andresgomezfrr andresgomezfrr force-pushed the add-toSdkBindingDataMap branch from 356260c to cdd95a0 Compare January 24, 2023 07:59
Signed-off-by: Andres Gomez Ferrer <[email protected]>
Signed-off-by: Andres Gomez Ferrer <[email protected]>
@andresgomezfrr andresgomezfrr force-pushed the add-toSdkBindingDataMap branch from cdd95a0 to 42cc298 Compare January 24, 2023 08:04
@andresgomezfrr andresgomezfrr changed the title Add to sdk binding data map Add toSdkBindingDataMap() to SdkType Jan 24, 2023
@andresgomezfrr andresgomezfrr marked this pull request as ready for review January 24, 2023 08:11
@andresgomezfrr andresgomezfrr requested a review from narape January 24, 2023 08:11
@andresgomezfrr andresgomezfrr merged commit 57ad454 into master Jan 24, 2023
@andresgomezfrr andresgomezfrr deleted the add-toSdkBindingDataMap branch January 24, 2023 08:27
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.

2 participants