クラス HealthEndpointProperties.Group

java.lang.ObjectSE
org.springframework.boot.health.autoconfigure.actuate.endpoint.HealthProperties
org.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointProperties.Group
含まれているクラス:
HealthEndpointProperties

public static class HealthEndpointProperties.Group extends HealthProperties
ヘルスエンドポイントグループ。
導入:
4.0.0
作成者:
Phillip Webb, Leo Li
  • フィールドの詳細

  • コンストラクターの詳細

    • Group

      public Group()
  • メソッドの詳細

    • getInclude

      public @Nullable SetSE<StringSE> getInclude()
    • setInclude

      public void setInclude(@Nullable SetSE<StringSE> include)
    • getExclude

      public @Nullable SetSE<StringSE> getExclude()
    • setExclude

      public void setExclude(@Nullable SetSE<StringSE> exclude)
    • getShowDetails

      public @Nullable Show getShowDetails()
      次で指定:
      クラス HealthPropertiesgetShowDetails 
    • setShowDetails

      public void setShowDetails(@Nullable Show showDetails)
    • getAdditionalPath

      public @Nullable StringSE getAdditionalPath()
    • setAdditionalPath

      public void setAdditionalPath(@Nullable StringSE additionalPath)