Class MetadataProjectDescriptionCustomizer

java.lang.Object
io.spring.initializr.web.project.MetadataProjectDescriptionCustomizer
All Implemented Interfaces:
ProjectDescriptionCustomizer, org.springframework.core.Ordered

public class MetadataProjectDescriptionCustomizer extends Object implements ProjectDescriptionCustomizer
A ProjectDescriptionCustomizer that uses the metadata to set default values for missing attributes if necessary.
Author:
Stephane Nicoll