Uses of Class
io.quarkus.builder.ProduceFlag
-
Packages that use ProduceFlag Package Description io.quarkus.builder -
-
Uses of ProduceFlag in io.quarkus.builder
Methods in io.quarkus.builder that return ProduceFlag Modifier and Type Method Description protected ProduceFlagProduceFlags. castItemOrNull(Object obj)protected ProduceFlagProduceFlags. itemOf(int index)static ProduceFlagProduceFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static ProduceFlag[]ProduceFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.builder with parameters of type ProduceFlag Modifier and Type Method Description BuildStepBuilderBuildStepBuilder. beforeConsume(Class<? extends BuildItem> type, ProduceFlag flag)This build step should complete before any build steps which consume the given itemtypeare initiated.static ProduceFlagsProduceFlags. of(ProduceFlag flag)BuildStepBuilderBuildStepBuilder. produces(Class<? extends BuildItem> type, ProduceFlag flag)Similarly toBuildStepBuilder.beforeConsume(Class), establish that this build step must come before the consumer(s) of the given itemtype; however, only oneproducermay exist for the given item.BuildStepBuilderBuildStepBuilder. produces(Class<? extends BuildItem> type, ProduceFlag flag1, ProduceFlag flag2)Similarly toBuildStepBuilder.beforeConsume(Class), establish that this build step must come before the consumer(s) of the given itemtype; however, only oneproducermay exist for the given item.
-