Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate a visualization of common conversion paths #9

Open
dm3 opened this issue May 7, 2017 · 0 comments
Open

Generate a visualization of common conversion paths #9

dm3 opened this issue May 7, 2017 · 0 comments

Comments

@dm3
Copy link
Owner

dm3 commented May 7, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant