Uses of Class
io.quarkus.builder.Produce
Packages that use Produce
-
Uses of Produce in io.quarkus.builder
Methods in io.quarkus.builder that return ProduceModifier and TypeMethodDescription(package private) ProduceProduce.combine(Constraint constraint, ProduceFlags flags) Methods in io.quarkus.builder that return types with arguments of type ProduceMethod parameters in io.quarkus.builder with type arguments of type ProduceModifier and TypeMethodDescription(package private) static voidBuildStepPrioritizer.prioritize(Set<ItemId> itemsIdsToPrioritize, Set<BuildStepBuilder> includedSteps, Map<BuildStepBuilder, Set<Produce>> dependencies) Prioritizes the given build item by making its producing step a dependency of all other build steps that are not already in that producing step's dependency chain.