Uses of Interface
io.helidon.pico.tools.GeneralCreatorRequest
Packages that use GeneralCreatorRequest
-
Uses of GeneralCreatorRequest in io.helidon.pico.tools
Subinterfaces of GeneralCreatorRequest in io.helidon.pico.toolsModifier and TypeInterfaceDescriptioninterfaceRequest used in conjunction withActivatorCreatorto codegen theActivatorsource artifacts.interfaceDefines the request that will be passed to theApplicationCreatorin order to produce the codegen artifacts.interfaceThe request payload that is used byExternalModuleCreator.Methods in io.helidon.pico.tools with parameters of type GeneralCreatorRequestModifier and TypeMethodDescriptionDefaultActivatorCreator.codegenInterceptors(GeneralCreatorRequest req, Map<TypeName, InterceptionPlan> interceptionPlans) -
Uses of GeneralCreatorRequest in io.helidon.pico.tools.spi
Methods in io.helidon.pico.tools.spi with parameters of type GeneralCreatorRequestModifier and TypeMethodDescriptionActivatorCreator.codegenInterceptors(GeneralCreatorRequest request, Map<TypeName, InterceptionPlan> interceptionPlans) Generates just the interceptors.