Uses of Class
io.spring.initializr.generator.project.ProjectGenerationContext
Packages that use ProjectGenerationContext
Package
Description
Project generation support classes.
Support for testing project generation.
-
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 theProjectGenerationContext
and a default factory for theProjectGenerationContext
that 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
. -
Uses of ProjectGenerationContext in io.spring.initializr.generator.test.project
Method parameters in io.spring.initializr.generator.test.project with type arguments of type ProjectGenerationContextModifier and TypeMethodDescriptionAbstractProjectGenerationTester.ProjectGenerationInvoker.generate
(Consumer<ProjectGenerationContext> contextInitializer) protected abstract SELF
AbstractProjectGenerationTester.newInstance
(Map<Class<?>, Supplier<?>> beanDefinitions, Consumer<ProjectGenerationContext> contextInitializer, Consumer<MutableProjectDescription> descriptionCustomizer) protected ProjectAssetTester
ProjectAssetTester.newInstance
(Map<Class<?>, Supplier<?>> beanDefinitions, Consumer<ProjectGenerationContext> contextInitializer, Consumer<MutableProjectDescription> descriptionCustomizer) protected ProjectGeneratorTester
ProjectGeneratorTester.newInstance
(Map<Class<?>, Supplier<?>> beanDefinitions, Consumer<ProjectGenerationContext> contextInitializer, Consumer<MutableProjectDescription> descriptionCustomizer) AbstractProjectGenerationTester.withContextInitializer
(Consumer<ProjectGenerationContext> context) Constructor parameters in io.spring.initializr.generator.test.project with type arguments of type ProjectGenerationContextModifierConstructorDescriptionprotected
AbstractProjectGenerationTester
(Map<Class<?>, Supplier<?>> beanDefinitions, Consumer<ProjectGenerationContext> contextInitializer, Consumer<MutableProjectDescription> descriptionCustomizer)