Skip to content

Enhance JavaClassWrapper to wrap inaccessible classes with accessible super-types / interfaces #139

@hrj

Description

@hrj

As described in #138, it might be good to enhance JavaClassWrapper such that when members of a class are inaccessible:

  • Detect the set of super classes and interfaces that are accessible.
  • Only reflect those properties from the above set Thus, the XML Document class will be reflected as a org.w3c.Document

Creating a separate issue for this since it may be useful in other scenarios as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions