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