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 Type
    Method
    Description
    get(InitializrMetadata metadata, Version bootVersion)
    Return the dependency metadata to use for the specified bootVersion.
  • Method Details

    • get

      DependencyMetadata get(InitializrMetadata metadata, Version bootVersion)
      Return the dependency metadata to use for the specified bootVersion.
      Parameters:
      metadata - the intializr metadata
      bootVersion - the Spring Boot version
      Returns:
      the dependency metadata