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 multiple parameter types (such as Map<String, String>) #65

Merged
merged 3 commits into from
Jan 7, 2019
Merged

Handle multiple parameter types (such as Map<String, String>) #65

merged 3 commits into from
Jan 7, 2019

Conversation

MaienM
Copy link
Contributor

@MaienM MaienM commented Dec 14, 2018

For some types it can make sense to specify multiple parameter types. A prime example of this is Map, where it can be useful to specify the type of the keys and the type of the values separately. This change allows doing so, in the following form:

Map<String, Object>

@onury
Copy link
Owner

onury commented Dec 19, 2018

Thanks. I'll check this as soon as I find time.

@onury onury merged commit 46bc21f into onury:master Jan 7, 2019
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