(defn composite-data->map [cd] (into {} (map (fn [attr] [(keyword attr) (jmx->clj (.get cd attr))]) (.. cd getCompositeType keySet))))
Comments top
No comments for composite-data->map. Log in to add a comment.