(defn map->attribute-infos "Construct an MBeanAttributeInfo[] from a Clojure associative." [attr-map] (into-array (map (fn [[attr-name value]] (build-attribute-info attr-name value)) attr-map)))
Comments top
No comments for map->attribute-infos. Log in to add a comment.