クラス EnvironmentEndpoint
java.lang.ObjectSE
org.springframework.boot.actuate.env.EnvironmentEndpoint
environment
情報を公開する @Endpoint
。- 導入:
- 2.0.0
- 作成者:
- Dave Syer, Phillip Webb, Christian Dupuis, Madhura Bhave, Stephane Nicoll, Scott Frederick
ネストされたクラスのサマリー
ネストされたクラス修飾子と型クラス説明static final class
Environment
の説明。static final class
Environment
のエントリの説明。static final class
PropertySource
の説明。static final class
PropertySource
の特定のエントリの説明。static final class
Environment
の特定のエントリの説明。static final class
プロパティの値の説明 (利用可能な場合はその起源を含む)。コンストラクターの概要
コンストラクターコンストラクター説明EnvironmentEndpoint
(Environment environment, IterableSE<SanitizingFunction> sanitizingFunctions, Show showValues) メソッドのサマリー
修飾子と型メソッド説明environment
(StringSE pattern) environmentEntry
(StringSE toMatch) protected ObjectSE
stringifyIfNecessary
(ObjectSE value)
コンストラクターの詳細
EnvironmentEndpoint
public EnvironmentEndpoint(Environment environment, IterableSE<SanitizingFunction> sanitizingFunctions, Show showValues)
メソッドの詳細
environment
@ReadOperation public EnvironmentEndpoint.EnvironmentDescriptor environment(@Nullable StringSE pattern) environmentEntry
@ReadOperation public EnvironmentEndpoint.EnvironmentEntryDescriptor environmentEntry(@Selector StringSE toMatch) stringifyIfNecessary