Interface DependencyManagementPluginVersionResolver

All Known Implementing Classes:
InitializrDependencyManagementPluginVersionResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DependencyManagementPluginVersionResolver
Strategy for resolving a dependency management plugin version from a platform version.
Author:
Stephane Nicoll
  • Method Details

    • resolveDependencyManagementPluginVersion

      String resolveDependencyManagementPluginVersion(ProjectDescription description)
      Resolves the dependency management plugin version to use for the generation of the project with the given description.
      Parameters:
      description - the description of the project being generated
      Returns:
      the corresponding version for the io.spring.dependency-management plugin