Class JmxEndpointProperties.Exposure

java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
Enclosing class:
JmxEndpointProperties

public static class JmxEndpointProperties.Exposure extends Object
  • Constructor Details

    • Exposure

      public Exposure()
  • Method Details

    • getInclude

      public Set<String> getInclude()
    • setInclude

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

      public Set<String> getExclude()
    • setExclude

      public void setExclude(Set<String> exclude)