| Class | Description |
|---|---|
| EnvironmentLookup |
Looks up values in the environment.
|
| FailingLookup |
Throws an exception no matter what value it is asked to look up.
|
| JsonFlatLookup |
Looks up configuration values in a JSON object.
|
| JsonLookup |
Created by dnwiebe on 2/26/17.
|
| JsonLookup.Pair | |
| JsonNestingLookup |
Looks up configuration values in a JSON structure.
|
| Lookup |
Looks up configuration data from a particular source.
|
| MapLookup |
Looks up values in a supplied Map<String, String>s.
|
| PropertiesLookup |
Looks up values in the supplied Properties object.
|
| SystemPropsLookup |
Looks up values in System.getProperties().
|
| TestLookup |
Mostly for testing.
|
Copyright © 2017. All rights reserved.