(defn guess-attribute-typename "Guess the attribute typename for MBeanAttributeInfo based on the attribute value." [value] (let [classname (.getName (class value))] (get guess-attribute-map classname classname)))
Comments top
No comments for guess-attribute-typename. Log in to add a comment.