| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Field and Description |
|---|---|
static ProduceFlags |
ProduceFlags.NONE |
| Modifier and Type | Method and Description |
|---|---|
protected ProduceFlags |
ProduceFlags.castThis(Object obj) |
(package private) ProduceFlags |
Produce.getFlags() |
static ProduceFlags |
ProduceFlags.of(ProduceFlag flag) |
protected ProduceFlags |
ProduceFlags.this_() |
protected ProduceFlags |
ProduceFlags.value(int bits) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Produce |
Produce.combine(Constraint constraint,
ProduceFlags flags) |
BuildStepBuilder |
BuildStepBuilder.produces(Class<? extends BuildItem> type,
ProduceFlags flags)
Similarly to
BuildStepBuilder.beforeConsume(Class), establish that this build step must come before the consumer(s) of the
given item type; however, only one producer may exist for the given item. |
| Constructor and Description |
|---|
Produce(BuildStepBuilder stepBuilder,
ItemId itemId,
Constraint constraint,
ProduceFlags flags) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.