Package io.spring.initializr.metadata
Interface DependencyMetadataProvider
- All Known Implementing Classes:
DefaultDependencyMetadataProvider
public interface DependencyMetadataProvider
Provide the
DependencyMetadata
for a given spring boot version.- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionget
(InitializrMetadata metadata, Version bootVersion) Return the dependency metadata to use for the specifiedbootVersion
.
-
Method Details
-
get
Return the dependency metadata to use for the specifiedbootVersion
.- Parameters:
metadata
- the intializr metadatabootVersion
- the Spring Boot version- Returns:
- the dependency metadata
-