public interface AllAwareConfigurationPropertySource extends ConfigurationPropertySource
Implementations provide, on top of the usual key lookup, a way to retrieve all keys with a given prefix, which allows checking that all property keys were consumed, in particular.
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
resolveAll(String prefix) |
empty, fromMap, get, resolve, withFallback, withMask, withOverride, withPrefixCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.