- getConfigurationCoordinates() - Method in class org.microbean.configuration.api.Configurations
-
Returns a
Map of
configuration
coordinates—aspects and their values that define a
location within which requests for configuration values may take
place.
- getConversionTypes() - Method in class org.microbean.configuration.api.Configurations
-
- getCoordinates() - Method in exception org.microbean.configuration.api.AmbiguousConfigurationValuesException
-
- getCoordinates() - Method in class org.microbean.configuration.api.ConfigurationValue
-
Returns the configuration coordinates locating this
ConfigurationValue in configuration space.
- getName() - Method in exception org.microbean.configuration.api.AmbiguousConfigurationValuesException
-
Returns the name of the configuration property for which a value was requested.
- getName() - Method in class org.microbean.configuration.api.ConfigurationValue
-
Returns the name of the configuration property for which this
ConfigurationValue is a value.
- getNames() - Method in class org.microbean.configuration.api.Configurations
-
- getSource() - Method in class org.microbean.configuration.api.ConfigurationValue
-
- getType() - Method in class org.microbean.configuration.api.TypeLiteral
-
- getValue(String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property with the supplied name.
- getValue(String, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property with the supplied name, or the supplied defaultValue if otherwise null would be returned.
- getValue(Map<String, String>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name.
- getValue(Map<String, String>, String, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, or the supplied
defaultValue if otherwise null would be returned.
- getValue(String, Class<T>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied name, converted, if
possible, to the supplied type.
- getValue(String, Class<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied name, converted, if
possible, to the supplied type.
- getValue(Map<String, String>, String, Class<T>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, converted, if
possible, to the supplied type.
- getValue(Map<String, String>, String, Class<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, or the supplied
defaultValue if null would otherwise be returned,
converted, if possible, to the supplied type.
- getValue(String, TypeLiteral<T>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied name, converted, if
possible, to the type represented by the supplied typeLiteral.
- getValue(String, TypeLiteral<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied name, or the supplied
defaultValue if null would otherwise be returned,
converted, if possible, to the type represented by the supplied
typeLiteral.
- getValue(Map<String, String>, String, TypeLiteral<T>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, converted, if
possible, to the type represented by the supplied typeLiteral.
- getValue(Map<String, String>, String, TypeLiteral<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, converted, if
possible, to the type represented by the supplied typeLiteral.
- getValue(String, Type) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied name, converted, if
possible, to the type represented by the supplied type.
- getValue(String, Type, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied name, or the supplied
defaultValue if otherwise null would be returned,
converted, if possible, to the type represented by the supplied
type.
- getValue(Map<String, String>, String, Type) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, converted, if
possible, to the type represented by the supplied type.
- getValue(Map<String, String>, String, Type, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, or the supplied
defaultValue if null would otherwise be returned,
converted, if possible, to the type represented by the supplied
type.
- getValue(Map<String, String>, Collection<String>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, or the supplied
defaultValue if null would otherwise be returned.
- getValue(Map<String, String>, Collection<String>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and name, or null.
- getValue(Collection<String>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied names, or null.
- getValue(Collection<String>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied names, or the supplied
defaultValue.
- getValue(Collection<String>, Class<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied names, converted, if
possible, to the type represented by the supplied type, or the supplied defaultValue.
- getValue(Collection<String>, Type, String) - Method in class org.microbean.configuration.api.Configurations
-
- getValue(Collection<String>, TypeLiteral<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
- getValue(Collection<String>, Class<T>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied names, converted, if
possible, to the type represented by the supplied type, or null.
- getValue(Collection<String>, Type) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied names, converted, if
possible, to the type represented by the supplied type, or null.
- getValue(Collection<String>, TypeLiteral<T>) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied names, converted, if
possible, to the type represented by the supplied typeLiteral, or null.
- getValue(Map<String, String>, Collection<String>, Class<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and names, or the supplied
defaultValue if null would otherwise be returned,
converted, if possible, to the type represented by the supplied
type.
- getValue(Map<String, String>, Collection<String>, TypeLiteral<T>, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and names, or the supplied
defaultValue if null would otherwise be returned,
converted, if possible, to the type represented by the supplied
type.
- getValue(Map<String, String>, Collection<String>, Type, String) - Method in class org.microbean.configuration.api.Configurations
-
Returns a configuration value corresponding to the configuration
property suitable for the supplied configurationCoordinates and names, or the supplied
defaultValue if null would otherwise be returned,
converted, if possible, to the type represented by the supplied
type.
- getValue() - Method in class org.microbean.configuration.api.ConfigurationValue
-
- getValues() - Method in exception org.microbean.configuration.api.AmbiguousConfigurationValuesException
-