Interface GenericTemplateCreator


public interface GenericTemplateCreator
Tools to assist with using CustomAnnotationTemplateCreator's.
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<io.helidon.inject.tools.CustomAnnotationTemplateResponse>
    create(io.helidon.inject.tools.GenericTemplateCreatorRequest request)
    Convenience method to help with the typical/generic case where the request + the provided generatedType is injected into the supplied template to produce the response.
  • Method Details

    • create

      Optional<io.helidon.inject.tools.CustomAnnotationTemplateResponse> create(io.helidon.inject.tools.GenericTemplateCreatorRequest request)
      Convenience method to help with the typical/generic case where the request + the provided generatedType is injected into the supplied template to produce the response.
      Parameters:
      request - the generic template creator request
      Returns:
      the response, or empty if the template can not be generated for this case