We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It's possible to exclude methods on a coarse basis using exclude: in YAML, but in current state it's useful for only excluding problematic methods.
exclude:
This should be more comprehensive, and preferably similar to ffigen.
ffigen
The text was updated successfully, but these errors were encountered:
@dcharkes can we add a generator_config label?
generator_config
Sorry, something went wrong.
Note to self.
It follow ffigen's config
fields: exclude: - com.abc.packagename#MY_FIELD
We might want to be able to specify multiple field names under same class
fields: exclude: - com.abc.packagename - 'FIELD_1' - 'FIELD_2'
Similarly for methods & entire classes.
HosseinYousefi
No branches or pull requests
It's possible to exclude methods on a coarse basis using
exclude:
in YAML, but in current state it's useful for only excluding problematic methods.This should be more comprehensive, and preferably similar to
ffigen
.The text was updated successfully, but these errors were encountered: