类 HealthContributorNameFactory

java.lang.Object
org.springframework.boot.actuate.health.HealthContributorNameFactory
所有已实现的接口:
Function<String,String>

public class HealthContributorNameFactory extends Object implements Function<String,String>
Generate a sensible health indicator name based on its bean name.
从以下版本开始:
2.0.0
作者:
Stephane Nicoll, Phillip Webb