Uses of Class
io.spring.initializr.generator.project.MutableProjectDescription
Packages that use MutableProjectDescription
Package
Description
Project generation support classes.
Support for testing project generation.
Project generation handling.
-
Uses of MutableProjectDescription in io.spring.initializr.generator.project
Methods in io.spring.initializr.generator.project that return MutableProjectDescriptionMethods in io.spring.initializr.generator.project with parameters of type MutableProjectDescriptionModifier and TypeMethodDescriptionvoid
ProjectDescriptionCustomizer.customize
(MutableProjectDescription description) Customize the project description.Constructors in io.spring.initializr.generator.project with parameters of type MutableProjectDescriptionModifierConstructorDescriptionprotected
Create a new instance with the state of the specifiedsource
. -
Uses of MutableProjectDescription in io.spring.initializr.generator.test.project
Methods in io.spring.initializr.generator.test.project with parameters of type MutableProjectDescriptionModifier and TypeMethodDescriptionvoid
ProjectAssetTester.configure
(MutableProjectDescription description, ContextConsumer<AssertableApplicationContext> consumer) Configure aProjectGenerationContext
using the specifieddescription
and use theContextConsumer
to assert the context.ProjectAssetTester.generate
(MutableProjectDescription description) Generate a project structure using only explicitly configuredcontributors
.<T> T
ProjectAssetTester.generate
(MutableProjectDescription description, ProjectAssetGenerator<T> projectAssetGenerator) Generate a project asset using the specifiedProjectAssetGenerator
.ProjectGeneratorTester.generate
(MutableProjectDescription description) <T> T
ProjectGeneratorTester.generate
(MutableProjectDescription description, ProjectAssetGenerator<T> projectAssetGenerator) protected <T> T
AbstractProjectGenerationTester.invokeProjectGeneration
(MutableProjectDescription description, AbstractProjectGenerationTester.ProjectGenerationInvoker<T> invoker) Method parameters in io.spring.initializr.generator.test.project with type arguments of type MutableProjectDescriptionModifier and TypeMethodDescriptionAbstractProjectGenerationTester.withDescriptionCustomizer
(Consumer<MutableProjectDescription> description) -
Uses of MutableProjectDescription in io.spring.initializr.web.project
Methods in io.spring.initializr.web.project with parameters of type MutableProjectDescriptionModifier and TypeMethodDescriptionvoid
DefaultProjectRequestToDescriptionConverter.convert
(ProjectRequest request, MutableProjectDescription description, InitializrMetadata metadata) Validate the specifiedrequest
and initialize the specifieddescription
.void
MetadataProjectDescriptionCustomizer.customize
(MutableProjectDescription description)