Class HealthContributorNameFactory

java.lang.Object
org.springframework.boot.actuate.health.HealthContributorNameFactory
All Implemented Interfaces:
Function<String,String>

public class HealthContributorNameFactory extends Object implements Function<String,String>
Generate a sensible health indicator name based on its bean name.
Since:
2.0.0
Author:
Stephane Nicoll, Phillip Webb