- commit() - Method in interface org.apache.tamaya.inject.api.DynamicValue
-
Commits a new value that has not been committed yet, make it the new value of the instance.
- commitAndGet() - Method in class org.apache.tamaya.inject.api.BaseDynamicValue
-
Performs a commit, if necessary, and returns the current value.
- commitAndGet() - Method in interface org.apache.tamaya.inject.api.DynamicValue
-
Performs a commit, if necessary, and returns the current value.
- Config - Annotation Type in org.apache.tamaya.inject.api
-
todo The author of this should fix this invalid Javadoc.
- ConfigAutoInject - Annotation Type in org.apache.tamaya.inject.api
-
Annotation to control injection of a configured bean.
- ConfigDefaultSections - Annotation Type in org.apache.tamaya.inject.api
-
todo The author of this should fix this invalid Javadoc.
- configure(Object, Configuration) - Method in interface org.apache.tamaya.inject.spi.ConfiguredField
-
Actually calls the annotated method on the instance, hereby passing the configuration values evaluated.
- configure(Object, Configuration) - Method in interface org.apache.tamaya.inject.spi.ConfiguredMethod
-
This method actually configures the given method on a instance of its parent type.
- configure(Object, Configuration) - Method in interface org.apache.tamaya.inject.spi.ConfiguredType
-
This method actually configures an instance using the given configuration data.
- ConfiguredField - Interface in org.apache.tamaya.inject.spi
-
Abstract model of an field used to inject configuration.
- ConfiguredItemSupplier<T> - Interface in org.apache.tamaya.inject.api
-
Represents a supplier of results.
- ConfiguredMethod - Interface in org.apache.tamaya.inject.spi
-
Abstract model of an method used to inject configuration.
- ConfiguredType - Interface in org.apache.tamaya.inject.spi
-
Abstract model of an type used to inject configuration.