clojure.java-time
clojure.java-time copied to clipboard
Generate a visualization of common conversion paths
java-time.repl provides a show-path function which provides a way to peek into the conversion graph. It's nice when one already knows the types used for the conversion, but doesn't help during the discovery phase. How do we see what's available?
One option would be to go through all of the:
-
java.time.*types - types registered with
conversion!
and generate a Graphviz visualization published together with the API docs.