类 WebEndpointProperties.Exposure

java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
封闭类:
WebEndpointProperties

public static class WebEndpointProperties.Exposure extends Object
  • 构造器详细资料

    • Exposure

      public Exposure()
  • 方法详细资料

    • getInclude

      public Set<String> getInclude()
    • setInclude

      public void setInclude(Set<String> include)
    • getExclude

      public Set<String> getExclude()
    • setExclude

      public void setExclude(Set<String> exclude)