You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: