See: Description
| Interface | Description |
|---|---|
| ConfigContext |
Interface defining the common properties needed to configure a
NoticeReporter. |
| Class | Description |
|---|---|
| BaseChainedConfigContext |
Abstract implementation of
ConfigContext that allows for chaining
in default implementations of configuration that are delegate to when
we aren't passed a value. |
| DefaultsConfigContext |
ConfigContext implementation that outputs nothing but the default
values for all of the configuration settings. |
| MapConfigContext |
ConfigContext implementation that is used for configuring instances
from a Map. |
| PlayConfigContext |
ConfigContext implementation that reads its configuration values from
a Play Framework Config class. |
| ServletFilterConfigContext |
ConfigContext implementation that reads its configuration from
a servlet FilterConfig. |
| SpringConfigContext |
ConfigContext implementation that is populated by values taken from
the Spring Framework. |
| StandardConfigContext |
ConfigContext implementation that is used for programmatic
configuration. |
| SystemSettingsConfigContext |
Implementation of
ConfigContext that inherits from environment
variables and from Java system properties. |
ConfigContext that provides a default values implementation
and then you will subclass BaseChainedConfigContext
and use the method overwriteWithContext() to load the default values into
the class and then load that specific configuration's values on top of the
default values.Copyright © 2023 Honeybadger.io. All rights reserved.