Module io.helidon.service.codegen
Package io.helidon.service.codegen.spi
Interface RegistryCodegenExtension
public interface RegistryCodegenExtension
Code generation extension for Helidon Service Registry.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(RegistryRoundContext roundContext) Process a single round.default voidCalled when the processing is over, and there will not be an additional processing round.
-
Method Details
-
process
Process a single round.- Parameters:
roundContext- round context
-
processingOver
default void processingOver()Called when the processing is over, and there will not be an additional processing round.
-