Uses of Interface
io.helidon.service.codegen.RegistryCodegenContext
Packages that use RegistryCodegenContext
Package
Description
Fault tolerance code generation.
Code generation for Helidon WebClient (Typed REST API).
Code generation for Helidon Webserver (HTTP endpoints etc.).
Scheduling code generation.
Code generation for Helidon Service Registry for the OCI SDK.
Code generation for Helidon Service Registry.
SPI for extending code generation capabilities of Helidon Service Registry.
-
Uses of RegistryCodegenContext in io.helidon.declarative.codegen.faulttolerance
Methods in io.helidon.declarative.codegen.faulttolerance with parameters of type RegistryCodegenContextModifier and TypeMethodDescriptionFtExtensionProvider.create
(RegistryCodegenContext codegenContext) -
Uses of RegistryCodegenContext in io.helidon.declarative.codegen.http.restclient
Methods in io.helidon.declarative.codegen.http.restclient with parameters of type RegistryCodegenContext -
Uses of RegistryCodegenContext in io.helidon.declarative.codegen.http.webserver
Methods in io.helidon.declarative.codegen.http.webserver with parameters of type RegistryCodegenContext -
Uses of RegistryCodegenContext in io.helidon.declarative.codegen.scheduling
Methods in io.helidon.declarative.codegen.scheduling with parameters of type RegistryCodegenContextModifier and TypeMethodDescriptionSchedulingExtensionProvider.create
(RegistryCodegenContext codegenContext) -
Uses of RegistryCodegenContext in io.helidon.integrations.oci.sdk.codegen
Methods in io.helidon.integrations.oci.sdk.codegen with parameters of type RegistryCodegenContextModifier and TypeMethodDescriptionOciInjectCodegenObserverProvider.create
(RegistryCodegenContext context) -
Uses of RegistryCodegenContext in io.helidon.service.codegen
Methods in io.helidon.service.codegen that return RegistryCodegenContextModifier and TypeMethodDescriptionstatic RegistryCodegenContext
RegistryCodegenContext.create
(CodegenContext context) Create a new instance from an existing code generation context.Methods in io.helidon.service.codegen with parameters of type RegistryCodegenContextModifier and TypeMethodDescriptionEventEmitterObserverProvider.create
(RegistryCodegenContext context) EventObserverExtensionProvider.create
(RegistryCodegenContext codegenContext) static ServiceDescriptorCodegen
ServiceDescriptorCodegen.create
(RegistryCodegenContext ctx) When used from outside, we do not support interception This method is intended for types generated by a Maven plugin, that have limited functions.ServiceExtensionProvider.create
(RegistryCodegenContext codegenContext) -
Uses of RegistryCodegenContext in io.helidon.service.codegen.spi
Methods in io.helidon.service.codegen.spi with parameters of type RegistryCodegenContextModifier and TypeMethodDescriptionInjectCodegenObserverProvider.create
(RegistryCodegenContext context) Create a new observer based on the Helidon Service Registry code generation context.RegistryCodegenExtensionProvider.create
(RegistryCodegenContext codegenContext) Create a new extension based on the context.