Uses of Class
io.spring.initializr.generator.project.ProjectGenerationContext
Packages that use ProjectGenerationContext
-
Uses of ProjectGenerationContext in io.spring.initializr.generator.project
Methods in io.spring.initializr.generator.project with parameters of type ProjectGenerationContextModifier and TypeMethodDescriptionDefaultProjectAssetGenerator.generate(ProjectGenerationContext context) ProjectAssetGenerator.generate(ProjectGenerationContext context) Generate project assets using the specifiedProjectGenerationContext.Constructor parameters in io.spring.initializr.generator.project with type arguments of type ProjectGenerationContextModifierConstructorDescriptionProjectGenerator(Consumer<ProjectGenerationContext> contextConsumer) Create an instance with a customizer for theProjectGenerationContextand a default factory for theProjectGenerationContextthat disables bean definition overriding.ProjectGenerator(Consumer<ProjectGenerationContext> contextConsumer, Supplier<? extends ProjectGenerationContext> contextFactory) Create an instance with a customizer for the project generator application context and a factory for theProjectGenerationContext.ProjectGenerator(Consumer<ProjectGenerationContext> contextConsumer, Supplier<? extends ProjectGenerationContext> contextFactory) Create an instance with a customizer for the project generator application context and a factory for theProjectGenerationContext.