- get(String) - Method in interface org.apache.tamaya.Configuration
-
Access a property.
- get(String, Class<T>) - Method in interface org.apache.tamaya.Configuration
-
Get the property keys as type T.
- get(String, TypeLiteral<T>) - Method in interface org.apache.tamaya.Configuration
-
Get the property keys as type T.
- get(String) - Method in interface org.apache.tamaya.spi.PropertySource
-
Access a property.
- getAnnotatedElement() - Method in class org.apache.tamaya.spi.ConversionContext
-
Get the annotated element, if conversion is performed using injection mechanisms.
- getConfigEntries() - Method in class org.apache.tamaya.spi.FilterContext
-
This map contains the following keys:
the original value before any filters were applied on it.
- getConfiguration() - Static method in class org.apache.tamaya.ConfigurationProvider
-
Access the current configuration.
- getConfiguration() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
-
- getConfiguration() - Method in class org.apache.tamaya.spi.ConversionContext
-
Get the configuration, which is targeted.
- getConfigurationContext() - Static method in class org.apache.tamaya.ConfigurationProvider
-
- getConfigurationContext() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
-
- getConfigurationContext() - Method in class org.apache.tamaya.spi.ConversionContext
-
- getConfigurationContextBuilder() - Static method in class org.apache.tamaya.ConfigurationProvider
-
- getConfigurationContextBuilder() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
-
- getContext() - Method in interface org.apache.tamaya.Configuration
-
Access a configuration's context.
- getContext() - Method in class org.apache.tamaya.spi.FilterContext
-
Get the current context.
- getDefinedType(Class<?>) - Method in class org.apache.tamaya.TypeLiteral
-
- getGenericInterfaceTypeParameters(Class<?>, Class<?>) - Static method in class org.apache.tamaya.TypeLiteral
-
Checks the current implemented generic interfaces and evaluates the given single type parameter.
- getKey() - Method in class org.apache.tamaya.spi.ConversionContext
-
Get the key accessed.
- getKey() - Method in class org.apache.tamaya.spi.PropertyValue
-
The requested key.
- getMetaEntries() - Method in class org.apache.tamaya.spi.PropertyValue
-
Creates a full configuration map for this key, value pair and all its meta context data.
- getMetaEntries() - Method in class org.apache.tamaya.spi.PropertyValueBuilder
-
Get the value's context data.
- getMetaEntry(String) - Method in class org.apache.tamaya.spi.PropertyValue
-
Access the given key from this value.
- getName() - Method in interface org.apache.tamaya.spi.PropertySource
-
Get the name of the property source.
- getOrDefault(String, String) - Method in interface org.apache.tamaya.Configuration
-
Access a property.
- getOrDefault(String, Class<T>, T) - Method in interface org.apache.tamaya.Configuration
-
Get the property keys as type T.
- getOrDefault(String, TypeLiteral<T>, T) - Method in interface org.apache.tamaya.Configuration
-
Get the property keys as type T.
- getOrdinal() - Method in interface org.apache.tamaya.spi.PropertySource
-
The ordinal value is the default ordering parameter which definines the default order of
auto-discovered property sources.
- getProperties() - Method in interface org.apache.tamaya.Configuration
-
Access all currently known configuration properties as a full Map<String,String>.
- getProperties() - Method in interface org.apache.tamaya.spi.PropertySource
-
Access the current properties as Set.
- getProperty() - Method in class org.apache.tamaya.spi.FilterContext
-
Get the property value under evaluation.
- getPropertyConverter() - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
-
Access the current registered property converters.
- getPropertyConverters() - Method in interface org.apache.tamaya.spi.ConfigurationContext
-
This method returns the Map of registered PropertyConverters
per type.
- getPropertyConverters(TypeLiteral<T>) - Method in interface org.apache.tamaya.spi.ConfigurationContext
-
This method returns the registered PropertyConverters for a given type.
- getPropertyFilters() - Method in interface org.apache.tamaya.spi.ConfigurationContext
-
Access the current PropertyFilter instances.
- getPropertyFilters() - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
-
Access the current chain of property filters.
- getPropertySource(String) - Method in interface org.apache.tamaya.spi.ConfigurationContext
-
- getPropertySources() - Method in interface org.apache.tamaya.spi.ConfigurationContext
-
This method returns the current list of registered PropertySources ordered via their ordinal.
- getPropertySources() - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
-
Access the current chain of property sources.
- getPropertySources() - Method in interface org.apache.tamaya.spi.PropertySourceProvider
-
- getPropertyValueCombinationPolicy() - Method in interface org.apache.tamaya.spi.ConfigurationContext
-
- getRawType() - Method in class org.apache.tamaya.TypeLiteral
-
Returns basic raw Java type.
- getResource(String, ClassLoader) - Method in interface org.apache.tamaya.spi.ServiceContext
-
Loads a resource from the current runtime context.
- getResources(String, ClassLoader) - Method in interface org.apache.tamaya.spi.ServiceContext
-
Loads resources from the current runtime context.
- getService(Class<T>) - Method in interface org.apache.tamaya.spi.ServiceContext
-
Access a service singleton via its type.
- getServiceContext() - Static method in class org.apache.tamaya.spi.ServiceContextManager
-
- getServices(Class<T>) - Method in interface org.apache.tamaya.spi.ServiceContext
-
Access a list current services, given its type.
- getSource() - Method in class org.apache.tamaya.spi.PropertyValue
-
The source.
- getSupportedFormats() - Method in class org.apache.tamaya.spi.ConversionContext
-
Get the supported/tried formats in precedence order.
- getTargetType() - Method in class org.apache.tamaya.spi.ConversionContext
-
Get the target type required.
- getType() - Method in class org.apache.tamaya.TypeLiteral
-
- getTypeParameters(Type) - Static method in class org.apache.tamaya.TypeLiteral
-
Method that checks the class's type for a generic interface implementation type.
- getValue() - Method in class org.apache.tamaya.spi.PropertyValue
-
The value.