Uses of Interface
io.helidon.pico.tools.CustomAnnotationTemplateRequest
Packages that use CustomAnnotationTemplateRequest
Package
Description
Annotation processor that generates HTTP Endpoints discoverable by Pico.
Pico Tools.
Tools SPI support.
-
Uses of CustomAnnotationTemplateRequest in io.helidon.nima.http.processor
Methods in io.helidon.nima.http.processor with parameters of type CustomAnnotationTemplateRequestModifier and TypeMethodDescriptionHttpEndpointCreator.create(CustomAnnotationTemplateRequest request) HttpMethodCreator.create(CustomAnnotationTemplateRequest request) -
Uses of CustomAnnotationTemplateRequest in io.helidon.pico.tools
Methods in io.helidon.pico.tools that return CustomAnnotationTemplateRequestModifier and TypeMethodDescriptionGenericTemplateCreatorRequest.customAnnotationTemplateRequest()The custom annotation template request.CustomAnnotationTemplateResponse.request()The request that was processed.Methods in io.helidon.pico.tools with parameters of type CustomAnnotationTemplateRequestModifier and TypeMethodDescriptionstatic io.helidon.pico.tools.DefaultCustomAnnotationTemplateResponse.BuilderCustomAnnotationTemplateResponse.aggregate(CustomAnnotationTemplateRequest request, CustomAnnotationTemplateResponse... responses) Aggregates the responses given to one response. -
Uses of CustomAnnotationTemplateRequest in io.helidon.pico.tools.spi
Methods in io.helidon.pico.tools.spi with parameters of type CustomAnnotationTemplateRequestModifier and TypeMethodDescriptionCustomAnnotationTemplateCreator.create(CustomAnnotationTemplateRequest request) The implementor should return empty if the request should not be handled.