clojure.java-time icon indicating copy to clipboard operation
clojure.java-time copied to clipboard

Generate a visualization of common conversion paths

Open dm3 opened this issue 8 years ago • 0 comments

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.

dm3 avatar May 07 '17 19:05 dm3