Uses of Enum Class
io.quarkus.builder.ProduceFlag
Packages that use ProduceFlag
-
Uses of ProduceFlag in io.quarkus.builder
Methods in io.quarkus.builder that return ProduceFlagModifier and TypeMethodDescriptionprotected ProduceFlagProduceFlags.castItemOrNull(Object obj) protected ProduceFlagProduceFlags.itemOf(int index) static ProduceFlagReturns the enum constant of this class with the specified name.static ProduceFlag[]ProduceFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.builder with parameters of type ProduceFlagModifier and TypeMethodDescriptionBuildStepBuilder.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) BuildStepBuilder.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.BuildStepBuilder.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.