Uses of Class
io.quarkus.builder.ConsumeFlags
Packages that use ConsumeFlags
-
Uses of ConsumeFlags in io.quarkus.builder
Fields in io.quarkus.builder declared as ConsumeFlagsMethods in io.quarkus.builder that return ConsumeFlagsModifier and TypeMethodDescriptionprotected ConsumeFlagsConsume.flags()Returns the value of theflagsrecord component.static ConsumeFlagsConsumeFlags.of(ConsumeFlag flag) protected ConsumeFlagsConsumeFlags.this_()protected ConsumeFlagsConsumeFlags.value(int bits) Methods in io.quarkus.builder with parameters of type ConsumeFlagsModifier and TypeMethodDescription(package private) ConsumeConsume.combine(Constraint constraint, ConsumeFlags flags) BuildStepBuilder.consumes(Class<? extends BuildItem> type, ConsumeFlags flags) This build step consumes the given produced item.Constructors in io.quarkus.builder with parameters of type ConsumeFlagsModifierConstructorDescription(package private)Consume(BuildStepBuilder buildStepBuilder, ItemId itemId, Constraint constraint, ConsumeFlags flags) Creates an instance of aConsumerecord class.