| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Method and Description |
|---|---|
<T extends MultiBuildItem> |
BuildContext.consumeMulti(Class<T> type)
Consume all of the values produced for the named item.
|
<T extends MultiBuildItem> |
BuildResult.consumeMulti(Class<T> type)
Consume all of the values produced for the named item.
|
<T extends MultiBuildItem> |
BuildContext.consumeMulti(Class<T> type,
Comparator<? super T> comparator)
Consume all of the values produced for the named item, re-sorting it according
to the given comparator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildContext.produce(List<? extends MultiBuildItem> items)
Produce the given items.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.