Uses of Interface
io.spring.initializr.generator.project.ProjectAssetGenerator
Packages that use ProjectAssetGenerator
-
Uses of ProjectAssetGenerator in io.spring.initializr.generator.project
Classes in io.spring.initializr.generator.project that implement ProjectAssetGeneratorModifier and TypeClassDescriptionclassA defaultProjectAssetGeneratorimplementation that generates a directory structure with all availableproject contributors.Methods in io.spring.initializr.generator.project with parameters of type ProjectAssetGeneratorModifier and TypeMethodDescription<T> TProjectGenerator.generate(ProjectDescription description, ProjectAssetGenerator<T> projectAssetGenerator) Generate project assets using the specifiedProjectAssetGeneratorfor the specifiedProjectDescription.