- 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.
- get(String) - Method in class org.apache.tamaya.spi.PropertyValue
-
Access the given key from this value.
- 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.
- getConfigEntries() - Method in class org.apache.tamaya.spi.PropertyValue
-
Creates a full configuration map for this key, value pair and all its meta context data.
- 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ŝ 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.FilterContext
-
Get the key accessed.
- getKey() - Method in class org.apache.tamaya.spi.PropertyValue
-
The requested key.
- 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
-
Lookup order:
TODO rethink whole default PropertySources and ordering:
TODO introduce default values or constants for ordinals
System properties (ordinal 400)
Environment properties (ordinal 300)
JNDI values (ordinal 200)
Properties file values (/META-INF/applicationConfiguration.properties) (ordinal 100)
Important Hints for custom implementations:
If a custom implementation should be invoked before the default implementations, use a value > 400
If a custom implementation should be invoked after the default implementations, use a value < 100
Reordering of the default order of the config-sources:
Example: If the properties file/s should be used before the other implementations,
you have to configure an ordinal > 400.
- 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 Map.
- 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.
- 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.PropertySourceProvider
-
- getPropertyValueCombinationPolicy() - Method in interface org.apache.tamaya.spi.ConfigurationContext
-
- getRawType() - Method in class org.apache.tamaya.TypeLiteral
-
Returns basic raw Java type.
- 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.
- 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.