Skip to content

add IndexView.getKnownDirectImplementations() and getAllKnownImplementations() #511

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

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Apr 4, 2025

The getKnownDirectImplementations() method is different to getKnownDirectImplementors() in that it doesn't return direct subinterfaces of the given interface.

The getAllKnownImplementations() method is not different to getAllKnownImplementors(), it only exists for symmetry.

The previous methods, getKnownDirectImplementors() and getAllKnownImplementors(), are deprecated now.

…tations()

The `getKnownDirectImplementations()` method is different
to `getKnownDirectImplementors()` in that it doesn't return direct
subinterfaces of the given interface.

The `getAllKnownImplementations()` method is not different
to `getAllKnownImplementors()`, it only exists for symmetry.

The previous methods, `getKnownDirectImplementors()` and
`getAllKnownImplementors()`, are deprecated now.
@Ladicek Ladicek added this to the 3.3.0 milestone Apr 4, 2025
@Ladicek Ladicek merged commit e4dd68c into smallrye:main Apr 4, 2025
35 checks passed
@Ladicek Ladicek deleted the improve-search-for-implementations-of-interfaces branch April 4, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant