Hi, I have a fairly elaborate library for representing roughly JSON-like data. It has the ability to create JavaBean counterparts to any of its values, whether atomic or structured.
In order to see how this might interact with (bean ...), I tried this: user=> (bean (new Boolean true)) java.lang.NoClassDefFoundError: clojure/core$bean__4456$fn__4458 In fact, I've yet to find an invocation of (bean ...) that produces anything other than a NCDFE. What can (bean ...) do? What are the required / allowed arguments? The documentation is a big ... vague: "Takes a Java object and returns a read-only implementation of the map abstraction based upon its JavaBean properties." Randall Schulz --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---