We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow on from #2
It would be cool if you were able to pass "any old" java object and have it output useful info.
Of course, you can't always control the classes you work with, so it may not be feasible to add @Examine annotations or implement Examinable.
@Examine
If the library could take a class & access it's fields through reflection, then format recursively, that would be neat.
Kinda in the same way that you can give pretty much anything to Gson and have it output sane-ish JSON.
Some customisation options / features that could be useful:
Location
World
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow on from #2
It would be cool if you were able to pass "any old" java object and have it output useful info.
Of course, you can't always control the classes you work with, so it may not be feasible to add
@Examine
annotations or implement Examinable.If the library could take a class & access it's fields through reflection, then format recursively, that would be neat.
Kinda in the same way that you can give pretty much anything to Gson and have it output sane-ish JSON.
Some customisation options / features that could be useful:
Location
object but ignore any fields with theWorld
type)The text was updated successfully, but these errors were encountered: