| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Method and Description |
|---|---|
(package private) Constraint |
Produce.getConstraint() |
(package private) Constraint |
Consume.getConstraint() |
static Constraint |
Constraint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constraint[] |
Constraint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Consume |
Consume.combine(Constraint constraint,
ConsumeFlags flags) |
(package private) Produce |
Produce.combine(Constraint constraint,
ProduceFlags flags) |
| Constructor and Description |
|---|
Consume(BuildStepBuilder buildStepBuilder,
ItemId itemId,
Constraint constraint,
ConsumeFlags flags) |
Produce(BuildStepBuilder stepBuilder,
ItemId itemId,
Constraint constraint,
ProduceFlags flags) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.