public interface ConfigurationService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigurationService.Converter<T> |
Modifier and Type | Method and Description |
---|---|
<T> T |
cast(Class<T> expected,
Object candidate)
Cast candidate to the instance of expected type.
|
<T> T |
getSetting(String name,
Class<T> expected,
T defaultValue) |
<T> T |
getSetting(String name,
ConfigurationService.Converter<T> converter) |
<T> T |
getSetting(String name,
ConfigurationService.Converter<T> converter,
T defaultValue) |
Map |
getSettings() |
Map getSettings()
<T> T getSetting(String name, ConfigurationService.Converter<T> converter)
<T> T getSetting(String name, ConfigurationService.Converter<T> converter, T defaultValue)
Copyright © 2018 JBoss by Red Hat. All rights reserved.