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

Add support for private properties. #482

Merged
merged 1 commit into from Nov 19, 2020

Commits on Apr 24, 2020

  1. Add support for private properties.

    Extend the `ReadablePropertiesTypeInspector` to handle non-public
    properties.
    
    While it is possible for the user to provide custom type inspectors,
    it's not easy for these to surface additional properties. An alternative
    approach to the work here would be to make
    `ReflectionPropertyDescriptor` protected and unseal
    `ReadablePropertiesTypeInspector`. The `BuilderSkeleton` would also need to
    allow the root `ITypeInspector`(s) to be customized.
    willson556 committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    a148ad3 View commit details
    Browse the repository at this point in the history