Class EnvironmentEndpoint.PropertySummaryDescriptor

java.lang.Object
org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
Enclosing class:
EnvironmentEndpoint

public static final class EnvironmentEndpoint.PropertySummaryDescriptor extends Object
Description of a particular entry of the Environment.
  • Constructor Details

    • PropertySummaryDescriptor

      public PropertySummaryDescriptor(String source, Object value)
  • Method Details

    • getSource

      public String getSource()
    • getValue

      public Object getValue()