(map->Method m__8876__auto__)
Factory function for class clojure.reflect.Method, taking a map of keywords to field values.
(require '[clojure.reflect :as cr])
;; I have no idea what this is for but here is what it does.
(cr/map->Method {})
;=> #clojure.reflect.Method{:name nil, :return-type nil,
;; :declaring-class nil, :parameter-types nil,
;; :exception-types nil, :flags nil}