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 DevUI entry listing ParamConverterProvider classes #24466

Merged
merged 2 commits into from
Mar 23, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Mar 22, 2022

Resolves: #24464

public class ParamConverterProvidersSupplier implements Supplier<List<ParamConverterProvidersSupplier.Entry>> {

@Override
public List<ParamConverterProvidersSupplier.Entry> get() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not return the list of ParamConverterProviders directly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could, but that would expose the template to internals that could potentially change.

@geoand geoand requested a review from gastaldi March 23, 2022 05:30
@gsmet gsmet merged commit 61db5e1 into quarkusio:main Mar 23, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Mar 23, 2022
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Mar 23, 2022
@gsmet gsmet modified the milestones: 2.8.0.CR1, 2.9 - main Mar 23, 2022
@geoand geoand deleted the #24464 branch March 23, 2022 10:17
@gsmet gsmet modified the milestones: 2.9 - main, 2.8.0.Final Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List applicable param converters for resteasy reactive endpoints in dev ui
3 participants