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

Create a type visitor #64

Open
ljacqu opened this issue Jan 1, 2023 · 1 comment
Open

Create a type visitor #64

ljacqu opened this issue Jan 1, 2023 · 1 comment

Comments

@ljacqu
Copy link
Owner

ljacqu commented Jan 1, 2023

Util that visits a class, and all of its classes, recursively. Typical use case for many things.
Ideally a lot of the things (like which fields are considered, what happens if a type was already visited, how to unwrap a field's type, how the path is created) are overridable.

@ljacqu
Copy link
Owner Author

ljacqu commented Jan 1, 2023

Relates to / potentially requires #63

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