Uses of Interface
io.helidon.pico.tools.ActivatorCreatorCodeGen
Packages that use ActivatorCreatorCodeGen
-
Uses of ActivatorCreatorCodeGen in io.helidon.pico.tools
Methods in io.helidon.pico.tools that return ActivatorCreatorCodeGenModifier and TypeMethodDescriptionActivatorCreatorRequest.codeGen()Mandatory, identifies what specifically should be generated.Methods in io.helidon.pico.tools that return types with arguments of type ActivatorCreatorCodeGenModifier and TypeMethodDescriptionstatic Optional<ActivatorCreatorCodeGen>DefaultActivatorCreator.createActivatorCreatorCodeGen(ServicesToProcess services) Creates a payload given the batch of services to process.Methods in io.helidon.pico.tools with parameters of type ActivatorCreatorCodeGenModifier and TypeMethodDescriptionstatic ActivatorCreatorRequestDefaultActivatorCreator.createActivatorCreatorRequest(ServicesToProcess servicesToProcess, ActivatorCreatorCodeGen codeGen, ActivatorCreatorConfigOptions configOptions, CodeGenFiler filer, boolean throwIfError) Create a request based upon the contents of services to processor.static ServiceInfoBasicsDefaultActivatorCreator.toServiceInfo(TypeName serviceTypeName, ActivatorCreatorCodeGen codeGen) Creates service info from the service type name and the activator create codegen request.