类 JavaInfoContributor
java.lang.Object
org.springframework.boot.actuate.info.JavaInfoContributor
- 所有已实现的接口:
InfoContributor
@ImportRuntimeHints(org.springframework.boot.actuate.info.JavaInfoContributor.JavaInfoContributorRuntimeHints.class)
public class JavaInfoContributor
extends Object
implements InfoContributor
An
InfoContributor
that exposes JavaInfo
.- 从以下版本开始:
- 2.6.0
- 作者:
- Jonatan Ivanov
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
contribute
(Info.Builder builder) Contributes additional details using the specifiedBuilder
.
-
构造器详细资料
-
JavaInfoContributor
public JavaInfoContributor()
-
-
方法详细资料
-
contribute
从接口复制的说明:InfoContributor
Contributes additional details using the specifiedBuilder
.- 指定者:
contribute
在接口中InfoContributor
- 参数:
builder
- the builder to use
-