Class ConfigurationProperties.ResolvedProperty

java.lang.Object
org.mockserver.configuration.ConfigurationProperties.ResolvedProperty
Enclosing class:
ConfigurationProperties

public static final class ConfigurationProperties.ResolvedProperty extends Object
A single resolved configuration property: its mockserver.* key, the value actually in effect (already redacted when sensitive), and the source tier that supplied it (one of the SOURCE_* constants).
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • getSource

      public String getSource()