Class DependencyRangesInfoContributor
java.lang.Object
io.spring.initializr.actuate.info.DependencyRangesInfoContributor
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class DependencyRangesInfoContributor
extends Object
implements org.springframework.boot.actuate.info.InfoContributor
An
InfoContributor that exposes the actual ranges used by dependencies defined
in the project that have an explicit version (i.e. not relying on a bom).- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyRangesInfoContributor(io.spring.initializr.metadata.InitializrMetadataProvider metadataProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(org.springframework.boot.actuate.info.Info.Builder builder)
-
Constructor Details
-
DependencyRangesInfoContributor
public DependencyRangesInfoContributor(io.spring.initializr.metadata.InitializrMetadataProvider metadataProvider)
-
-
Method Details
-
contribute
public void contribute(org.springframework.boot.actuate.info.Info.Builder builder) - Specified by:
contributein interfaceorg.springframework.boot.actuate.info.InfoContributor
-