Uses of Class
io.quarkus.builder.ProduceFlags
Packages that use ProduceFlags
-
Uses of ProduceFlags in io.quarkus.builder
Fields in io.quarkus.builder declared as ProduceFlagsMethods in io.quarkus.builder that return ProduceFlagsModifier and TypeMethodDescriptionprotected ProduceFlags(package private) ProduceFlagsProduce.getFlags()static ProduceFlagsProduceFlags.of(ProduceFlag flag) protected ProduceFlagsProduceFlags.this_()protected ProduceFlagsProduceFlags.value(int bits) Methods in io.quarkus.builder with parameters of type ProduceFlagsModifier and TypeMethodDescription(package private) ProduceProduce.combine(Constraint constraint, ProduceFlags flags) BuildStepBuilder.produces(Class<? extends BuildItem> type, ProduceFlags flags) 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.Constructors in io.quarkus.builder with parameters of type ProduceFlagsModifierConstructorDescription(package private)Produce(BuildStepBuilder stepBuilder, ItemId itemId, Constraint constraint, ProduceFlags flags)