Thanks Alex :)
Yes, that works better

On Monday, October 9, 2017 at 9:21:24 AM UTC-7, Alex Miller wrote:
>
> (Class/forName "[Lorg.gitlab.api.models.GitlabProject;")
>
>
> On Monday, October 9, 2017 at 10:38:37 AM UTC-5, pericles macedo wrote:
>>
>> Hey Guys,
>> I wanted to know if there is a better way to get to the same result as 
>> `GitlabProject[].class`
>> after some digging around, I got to this array of class definition by 
>> doing something like `(class (make-array GitlabProject 1))`. But I don't 
>> know if there is a better way to get to this same result. 
>> In Java, this array of class is sent as an attribute that is used to 
>> build the array of objects that is returned. like: 
>> `retrieve().getAll(tailUrl, GitlabProject[].class);`
>>
>>
>> Thanks for your time,
>> Pericles Dantas
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to