Liking cljdoc? Tell your friends :D
Clojure only.

clojure.core.match.java


bean-matchcljmacro

(bean-match class)

Generate an implementation of match.core/IMatchLookup for a Java bean. Accessor method names are mapped to keys like this:

isVisible -> :visible? getText -> :text getAbsolutePath -> :absolute-path isFUD -> :fud? getFUDFactor -> :fud-factor

Generate an implementation of match.core/IMatchLookup for a Java bean.
Accessor method names are mapped to keys like this:

  isVisible       -> :visible?
  getText         -> :text
  getAbsolutePath -> :absolute-path 
  isFUD           -> :fud?
  getFUDFactor    -> :fud-factor

raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close