Uses of Class
io.quarkus.builder.ProduceFlags
-
Packages that use ProduceFlags Package Description io.quarkus.builder -
-
Uses of ProduceFlags in io.quarkus.builder
Fields in io.quarkus.builder declared as ProduceFlags Modifier and Type Field Description static ProduceFlagsProduceFlags. NONEMethods in io.quarkus.builder that return ProduceFlags Modifier and Type Method Description protected ProduceFlagsProduceFlags. castThis(Object obj)(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 ProduceFlags Modifier and Type Method Description (package private) ProduceProduce. combine(Constraint constraint, ProduceFlags flags)BuildStepBuilderBuildStepBuilder. 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 ProduceFlags Constructor Description Produce(BuildStepBuilder stepBuilder, ItemId itemId, Constraint constraint, ProduceFlags flags)
-