Uses of Interface
io.helidon.service.codegen.RegistryRoundContext
Packages that use RegistryRoundContext
Package
Description
Code generation for Helidon Service Registry.
SPI for extending code generation capabilities of Helidon Service Registry.
-
Uses of RegistryRoundContext in io.helidon.service.codegen
Methods in io.helidon.service.codegen with parameters of type RegistryRoundContextModifier and TypeMethodDescriptionvoid
ServiceDescriptorCodegen.service
(TypeName generator, RegistryRoundContext roundCtx, Collection<TypeInfo> services, TypeInfo typeInfo) Describe a service type. -
Uses of RegistryRoundContext in io.helidon.service.codegen.spi
Methods in io.helidon.service.codegen.spi with parameters of type RegistryRoundContextModifier and TypeMethodDescriptiondefault void
InjectCodegenObserver.onInjectionPoint
(RegistryRoundContext roundContext, TypeInfo service, TypedElementInfo element, TypedElementInfo argument) Called for each injection point.default void
InjectCodegenObserver.onProcessingEvent
(RegistryRoundContext roundContext, Set<TypedElementInfo> elements) Called after a processing event that occurred in the codegen extension.void
RegistryCodegenExtension.process
(RegistryRoundContext roundContext) Process a single round.