How to create method: public <T> List<T> apiGet(String url, Class<T> clazz) #251
Answered
by
gastaldi
rob-stoecklein
asked this question in
Q&A
-
Hello, We're trying to create the following method:
but am unable to generate the first "" marker. Is this possible? Here's the code I'm using:
Thanks for any help you can offer! |
Beta Was this translation helpful? Give feedback.
Answered by
gastaldi
Aug 26, 2022
Replies: 1 comment 1 reply
-
You need to call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gastaldi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to call
methodSource.addTypeVariable("T");