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

IAnnotatedElementProvider to Access to ArgSpec/OptionSpec setter/getter field/method #2328

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2024

  1. Access to ArgSpec/OptionSpec setter/getter field/method

    Nasdanika CLI operates on top of picocli.
    One of its features is generation of HTML documentation site and support
    of extended documentation
    (https://docs.nasdanika.org/core/cli/index.html#extended-documentation)
    
    Currently this functionality works with CommandSpec by accessing user
    object. To extend it to arguments and options it is necessary to be able
    to access underlying fields/methods.
    
    This commit introduces IReflector interface implemented by FieldBinding
    and Method Binding.
    pvlasov committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    00ae5dd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    15acc2e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    2c16247 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    5e215f6 View commit details
    Browse the repository at this point in the history