Module io.helidon.inject.tools
Package io.helidon.inject.tools
Class CustomAnnotationTemplateResponses
java.lang.Object
io.helidon.inject.tools.CustomAnnotationTemplateResponses
Custom annotation template response utility.
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.helidon.inject.tools.CustomAnnotationTemplateResponse.Builder
aggregate
(io.helidon.inject.tools.CustomAnnotationTemplateRequest request, io.helidon.inject.tools.CustomAnnotationTemplateResponse... responses) Aggregates the responses given to one response.
-
Method Details
-
aggregate
public static io.helidon.inject.tools.CustomAnnotationTemplateResponse.Builder aggregate(io.helidon.inject.tools.CustomAnnotationTemplateRequest request, io.helidon.inject.tools.CustomAnnotationTemplateResponse... responses) Aggregates the responses given to one response.- Parameters:
request
- the request being processedresponses
- the responses to aggregate into one response instance- Returns:
- the aggregated response
-