Parsing option argument from "k:v,k:v,..." into HashMap<String, String> #4291
Answered
by
epage
fritzrehde
asked this question in
Q&A
-
Is it possible to parse an argument to an optional like |
Beta Was this translation helpful? Give feedback.
Answered by
epage
Sep 29, 2022
Replies: 1 comment 6 replies
-
At the moment, this is not supported. We would need to design-in custom container support and work out specifically for |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
fritzrehde
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, this is not supported.
We would need to design-in custom container support and work out specifically for
HashMap
how to deal with mapping multiple generic parameters (HashMap<K, V>
) with(K, V)
.