Ummm... the methods has a generic T parameter, ie https://github.com/jayway/JsonPath/blob/master/json-path/src/main/java/com/jayway/jsonpath/JsonPath.java#L446
Any way to invoke them, from Clojure? On Mon, Jan 27, 2014 at 12:27 PM, Sam Ritchie <sritchi...@gmail.com> wrote: > Where do you see that method? > > > https://github.com/jayway/JsonPath/blob/master/json-path/src/main/java/com/jayway/jsonpath/JsonPath.java > > Perusing the code, it looks like it doesn't exist. > > Paul Smith <paulaaronsmit...@gmail.com> > January 27, 2014 8:21 AM > Hi, > > I am attempting to use Java interoperability. > > I have downloaded a dependency through Leiningen > > [com.jayway.jsonpath/json-path "0.9.1"] > > I import the dependency into a namespace > > (:import (com.jayway.jsonpath JsonPath) > > The Java class, JsonPath has a static method 'read' that takes two > strings as arguments. > > However, when I try to evaluate this expression > > (JsonPath/read "" "") > > I receive " java.lang.IllegalArgumentException: No matching method: read" > > I am unsure on what I am doing wrong here? > > Many Thanks > > Paul > -- > -- > 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/groups/opt_out. > > > -- > Sam Ritchie (@sritchie) > Paddleguru Co-Founder > 703.863.8561 > www.paddleguru.com > Twitter <http://twitter.com/paddleguru> // > Facebook<http://facebook.com/paddleguru> > > -- > -- > 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/groups/opt_out. > -- -- 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/groups/opt_out.
<<compose-unknown-contact.jpg>>