- getBuilder() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
- getConfig() - Static method in class org.eclipse.microprofile.config.ConfigProvider
-
- getConfig(ClassLoader) - Static method in class org.eclipse.microprofile.config.ConfigProvider
-
Get the
configuration for the application corresponding to the given class loader instance.
- getConfig() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
- getConfig(ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
- getConfigSources() - Method in interface org.eclipse.microprofile.config.Config
-
- getConfigSources(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider
-
Return the
ConfigSource
instances that are provided by this provider.
- getConfigValue(String) - Method in interface org.eclipse.microprofile.config.Config
-
- getConverter(Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Return the
Converter
used by this instance to produce instances of the specified type from string values.
- getName() - Method in interface org.eclipse.microprofile.config.ConfigValue
-
The name of the property.
- getName() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
The name of the configuration source.
- getOptionalValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Return the resolved property value with the specified type for the specified property name from the underlying
configuration sources.
- getOptionalValues(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Return the resolved property values with the specified type for the specified property name from the underlying
configuration sources.
- getOrdinal() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Return the ordinal priority value of this configuration source.
- getProperties() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Return the properties in this configuration source as a map.
- getPropertyNames() - Method in interface org.eclipse.microprofile.config.Config
-
Returns a sequence of configuration property names.
- getPropertyNames() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Gets all property names known to this configuration source, potentially without evaluating the values.
- getRawValue() - Method in interface org.eclipse.microprofile.config.ConfigValue
-
The value of the property lookup without any transformation (expanded , etc).
- getSourceName() - Method in interface org.eclipse.microprofile.config.ConfigValue
-
- getSourceOrdinal() - Method in interface org.eclipse.microprofile.config.ConfigValue
-
- getValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Return the resolved property value with the specified type for the specified property name from the underlying
configuration sources.
- getValue() - Method in interface org.eclipse.microprofile.config.ConfigValue
-
The value of the property lookup with transformations (expanded, etc).
- getValue(String) - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Return the value for the specified property in this configuration source.
- getValues(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Return the resolved property values with the specified type for the specified property name from the underlying
configuration sources.