You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read this guide: https://quarkus.io/guides/building-my-first-extension. I see that BuildItems are actually not doing anything; they just carry information. Let's take for example the following piece of code from the documentation:
Where is the piece of code that is actually interpreting and executing something based on the type of the BuildItem; something like (pseudocode): if (buildItem.class == ServletBuildItem) do {...}. Can you please post the link of the code where this is taking place? All I see in the documentation is that Quarkus process it. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have read this guide: https://quarkus.io/guides/building-my-first-extension. I see that
BuildItem
s are actually not doing anything; they just carry information. Let's take for example the following piece of code from the documentation:My question:
Where is the piece of code that is actually interpreting and executing something based on the type of the
BuildItem
; something like (pseudocode):if (buildItem.class == ServletBuildItem) do {...}
. Can you please post the link of the code where this is taking place? All I see in the documentation is that Quarkus process it. Thanks.Beta Was this translation helpful? Give feedback.
All reactions