Skip navigation links
A B C D F G I O R S U W 

A

addDefaultSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the default config sources appearing on the builder's classpath including: System properties Environment properties /META-INF/microprofile-config.properties
addDiscoveredConverters() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the converters to be loaded via service loader pattern
addDiscoveredSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the config sources appearing to be loaded via service loader pattern

B

build() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Build the Config object.

C

Config - Interface in org.eclipse.microprofile.config
Resolves the property value by searching through all configured ConfigSources.
CONFIG_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
 
ConfigBuilder - Interface in org.eclipse.microprofile.config.spi
Builder for manually creating an instance of a Config.
ConfigProperty - Annotation Type in org.eclipse.microprofile.config.inject
Binds the injection point with a configured value.
ConfigProvider - Class in org.eclipse.microprofile.config
This is the central class to access a Config.
ConfigProviderResolver - Class in org.eclipse.microprofile.config.spi
This class is not intended to be used by end-users but for portable container integration purpose only.
ConfigProviderResolver() - Constructor for class org.eclipse.microprofile.config.spi.ConfigProviderResolver
 
ConfigSource - Interface in org.eclipse.microprofile.config.spi
Implement this interfaces to provide a ConfigSource.
ConfigSourceProvider - Interface in org.eclipse.microprofile.config.spi
Implement this interfaces to provide multiple ConfigSources.
convert(String) - Method in interface org.eclipse.microprofile.config.spi.Converter
Configure the string value to a specified type
Converter<T> - Interface in org.eclipse.microprofile.config.spi
Interface for converting configured values from String to any Java type.

D

DEFAULT_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
 

F

forClassLoader(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Return the ConfigBuilder for a given classloader

G

getBuilder() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Create a fresh ConfigBuilder instance.
getConfig() - Static method in class org.eclipse.microprofile.config.ConfigProvider
Provide a Config based on all ConfigSources of the current Thread Context ClassLoader (TCCL)
getConfig(ClassLoader) - Static method in class org.eclipse.microprofile.config.ConfigProvider
Provide a Config based on all ConfigSources of the specified ClassLoader
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 collection of ConfigSources.
getName() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
The name of the config might be used for logging or analysis of configured values.
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 ConfigSources.
getOrdinal() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the ordinal for this config source.
getProperties() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the properties in this config source
getPropertyNames() - Method in interface org.eclipse.microprofile.config.Config
Return a collection of property names.
getPropertyNames() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Gets all property names known to this config source, without evaluating the values.
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 ConfigSources.
getValue(String) - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the value for the specified property in this config source.

I

instance() - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Creates a ConfigProviderResolver object Only used internally from within ConfigProvider

O

org.eclipse.microprofile.config - package org.eclipse.microprofile.config
Configuration for Java Microprofile
org.eclipse.microprofile.config.inject - package org.eclipse.microprofile.config.inject
CDI Support for Microprofile Config
org.eclipse.microprofile.config.spi - package org.eclipse.microprofile.config.spi
This package contains classes which are used to extend the standard functionality in a portable way.

R

registerConfig(Config, ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Register a given Config within the Application (or Module) identified by the given ClassLoader.
releaseConfig(Config) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
A Config normally gets released if the Application it is associated with gets destroyed.

S

setInstance(ConfigProviderResolver) - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Set the instance.

U

UNCONFIGURED_VALUE - Static variable in annotation type org.eclipse.microprofile.config.inject.ConfigProperty
 

W

withConverter(Class<T>, int, Converter<T>) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified Converter for the given type.
withConverters(Converter<?>...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified Converter.
withSources(ConfigSource...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified ConfigSource.
A B C D F G I O R S U W 
Skip navigation links

Copyright © 2018 Eclipse Foundation. All rights reserved.