You can generally use ^"[fully.qualified.ClassName" as the type hint, if that's what you're trying to do. I'm not quite sure of the benefits of typing an array when it's not a primitive one, though.
What are you trying to accomplish, if we zoom back a little bit? Maybe there's a better way to do whatever you're trying to do. > On 9 Oct 2017, at 16:36, pericles macedo <periclesmac...@gmail.com> 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. -- 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.