Enum クラスの使用箇所
org.springframework.boot.actuate.endpoint.Show
Show を使用するパッケージ
パッケージ
説明
アクチュエーターのプロパティに関する自動構成。
アクチュエーター Spring 環境の問題の自動構成。
アクチュエーターの健全性に関する自動構成。
アクチュエーター Quartz スケジューラの関心事の自動構成。
外部構成プロパティに関連するアクチュエーターのサポート。
エンドポイントのサポート。
Spring Framework の
Environment のアクチュエーターサポート。Quartz スケジューラーのアクチュエーターサポート。
org.springframework.boot.actuate.autoconfigure.context.properties 内の Show 使用
型 Show のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.context.properties のメソッドorg.springframework.boot.actuate.autoconfigure.env 内の Show 使用
型 Show のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.env のメソッドorg.springframework.boot.actuate.autoconfigure.health 内の Show 使用
修飾子と型メソッド説明HealthProperties.getShowComponents()HealthEndpointProperties.getShowDetails()HealthEndpointProperties.Group.getShowDetails()abstract ShowHealthProperties.getShowDetails()型 Show のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.health のメソッド修飾子と型メソッド説明voidHealthProperties.setShowComponents(Show showComponents) voidHealthEndpointProperties.Group.setShowDetails(Show showDetails) voidHealthEndpointProperties.setShowDetails(Show showDetails) org.springframework.boot.actuate.autoconfigure.quartz 内の Show 使用
型 Show のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.quartz のメソッドorg.springframework.boot.actuate.context.properties 内の Show 使用
型 Show のパラメーターを持つ org.springframework.boot.actuate.context.properties のコンストラクター修飾子コンストラクター説明ConfigurationPropertiesReportEndpoint(IterableSE<SanitizingFunction> sanitizingFunctions, Show showValues) ConfigurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint delegate, Show showValues, SetSE<StringSE> roles) org.springframework.boot.actuate.endpoint 内の Show 使用
org.springframework.boot.actuate.env 内の Show 使用
型 Show のパラメーターを持つ org.springframework.boot.actuate.env のコンストラクター修飾子コンストラクター説明EnvironmentEndpoint(Environment environment, IterableSE<SanitizingFunction> sanitizingFunctions, Show showValues) EnvironmentEndpointWebExtension(EnvironmentEndpoint delegate, Show showValues, SetSE<StringSE> roles) org.springframework.boot.actuate.quartz 内の Show 使用
型 Show のパラメーターを持つ org.springframework.boot.actuate.quartz のコンストラクター修飾子コンストラクター説明QuartzEndpointWebExtension(QuartzEndpoint delegate, Show showValues, SetSE<StringSE> roles)