Uses of Interface
io.helidon.pico.tools.CustomAnnotationTemplateResponse
Packages that use CustomAnnotationTemplateResponse
Package
Description
Annotation processor that generates HTTP Endpoints discoverable by Pico.
Pico Tools.
Tools SPI support.
-
Uses of CustomAnnotationTemplateResponse in io.helidon.nima.http.processor
Methods in io.helidon.nima.http.processor that return types with arguments of type CustomAnnotationTemplateResponseModifier and TypeMethodDescriptionHttpEndpointCreator.create(CustomAnnotationTemplateRequest request) HttpMethodCreator.create(CustomAnnotationTemplateRequest request) -
Uses of CustomAnnotationTemplateResponse in io.helidon.pico.tools
Methods in io.helidon.pico.tools that return types with arguments of type CustomAnnotationTemplateResponseModifier and TypeMethodDescriptionGenericTemplateCreator.create(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.Methods in io.helidon.pico.tools with parameters of type CustomAnnotationTemplateResponseModifier and TypeMethodDescriptionstatic io.helidon.pico.tools.DefaultCustomAnnotationTemplateResponse.BuilderCustomAnnotationTemplateResponse.aggregate(CustomAnnotationTemplateRequest request, CustomAnnotationTemplateResponse... responses) Aggregates the responses given to one response. -
Uses of CustomAnnotationTemplateResponse in io.helidon.pico.tools.spi
Methods in io.helidon.pico.tools.spi that return types with arguments of type CustomAnnotationTemplateResponseModifier and TypeMethodDescriptionCustomAnnotationTemplateCreator.create(CustomAnnotationTemplateRequest request) The implementor should return empty if the request should not be handled.