クラス 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 classEnvironmentの説明。static final classEnvironmentのエントリの説明。static final classPropertySourceの説明。static final classPropertySourceの特定のエントリの説明。static final classEnvironmentの特定のエントリの説明。static final classプロパティの値の説明 (利用可能な場合はその起源を含む)。コンストラクターの概要
コンストラクターコンストラクター説明EnvironmentEndpoint(Environment environment, IterableSE<SanitizingFunction> sanitizingFunctions, Show showValues) メソッドのサマリー
修飾子と型メソッド説明environment(@Nullable StringSE pattern) environmentEntry(StringSE toMatch) protected @Nullable ObjectSEstringifyIfNecessary(@Nullable 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