user> (bean (java.io.File. "tmp.txt"))
{:path "tmp.txt", :parent nil, :hidden false, :parentFile
nil, :canonicalFile #<File /home/akm/src/clojure/ddsolve/
tmp.txt>, :freeSpace 0, :absoluteFile #<File /home/akm/src/clojure/
ddsolve/tmp.txt>, :class java.io.File, :name "tmp.txt", :absolutePath
"/home/akm/src/clojure/ddsolve/tmp.txt", :directory
false, :usableSpace 0, :canonicalPath "/home/akm/src/clojure/ddsolve/
tmp.txt", :absolute false, :totalSpace 0, :file false}On Sep 9, 10:44 am, Sam Tingleff <[email protected]> wrote: > I'm using thrift-generated Java objects heavily inside hadoop and it > would be nice to access object properties using keyword notation > instead of .getPropertyX. At platform speed of course. > > Searching the list shows someone else interested in the same thing but > no > answer.http://groups.google.com/group/clojure/browse_thread/thread/15cf030ca... > > Any suggestions? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
