Class CustomAnnotationTemplateResponses

java.lang.Object
io.helidon.inject.tools.CustomAnnotationTemplateResponses

public final class CustomAnnotationTemplateResponses extends Object
Custom annotation template response utility.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 processed
      responses - the responses to aggregate into one response instance
      Returns:
      the aggregated response