public interface ConfigurationProperty<T>
Modifier and Type | Method and Description |
---|---|
static KeyContext |
forKey(String key) |
T |
get(ConfigurationPropertySource source) |
Optional<String> |
resolve(ConfigurationPropertySource source) |
String |
resolveOrRaw(ConfigurationPropertySource source) |
T get(ConfigurationPropertySource source)
Optional<String> resolve(ConfigurationPropertySource source)
String resolveOrRaw(ConfigurationPropertySource source)
static KeyContext forKey(String key)
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.