Skip navigation links
A B C D E F G I J L M N O P Q R S U W Z 

G

get(String) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
This method evaluates the given configuration key.
get(String, Class<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
Accesses the current String value for the given key and tries to convert it using the PropertyConverter instances provided by the current ConfigurationContext.
get(String, TypeLiteral<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
Accesses the current String value for the given key and tries to convert it using the PropertyConverter instances provided by the current ConfigurationContext.
get(String) - Method in class org.apache.tamaya.core.propertysource.BasePropertySource
 
get(String) - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
get(String) - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
getAreas() - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Return a query to evaluate the set with all fully qualifies area names.
getAreas(Predicate<String>) - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Return a query to evaluate the set with all fully qualified area names, containing only the areas that match the predicate and have properties attached.
getConfiguration() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
getConfigurationContext() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
getConfigurationContextBuilder() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
getKey(String) - Static method in class org.apache.tamaya.core.internal.MetaConfig
 
getName() - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
getName() - Method in class org.apache.tamaya.core.propertysource.SimplePropertySource
 
getName() - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
getOrDefault(String, String) - Static method in class org.apache.tamaya.core.internal.MetaConfig
 
getOrdinal() - Method in class org.apache.tamaya.core.propertysource.BasePropertySource
 
getOrdinal() - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
getParametrizedType(Class<?>) - Static method in class org.apache.tamaya.core.internal.ReflectionUtil
 
getProperties() - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
Get the current properties, composed by the loaded PropertySource and filtered by registered PropertyFilter.
getProperties() - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
getProperties() - Method in class org.apache.tamaya.core.propertysource.SimplePropertySource
 
getProperties() - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
getPropertyConverters() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertyConverters() - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Get a map of all property converters currently registered.
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Get the list of all current registered converters for the given target type.
getPropertyFilters() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertySources() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertySources() - Method in class org.apache.tamaya.core.provider.JavaConfigurationProvider
 
getPropertyValueCombinationPolicy() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getService(Class<T>) - Method in class org.apache.tamaya.core.internal.DefaultServiceContext
 
getServices(Class<T>) - Method in class org.apache.tamaya.core.internal.DefaultServiceContext
Loads and registers services.
getTransitiveAreas() - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Return a query to evaluate the set with all fully qualified area names, containing the transitive closure also including all subarea names, regardless if properties are accessible or not.
getTransitiveAreas(Predicate<String>) - Static method in class org.apache.tamaya.core.ConfigurationFunctions
Return a query to evaluate the set with all fully qualified area names, containing the transitive closure also including all subarea names, regardless if properties are accessible or not.
A B C D E F G I J L M N O P Q R S U W Z 
Skip navigation links