| Interface | Description |
|---|---|
| ConfiguredItemSupplier<T> |
Represents a supplier of results.
|
| DynamicValue<T> |
A accessor for a single configured value.
|
| Class | Description |
|---|---|
| BaseDynamicValue<T> |
A accessor for a single configured value.
|
| InjectionUtils |
Utility class with several commonly used functions.
|
| Enum | Description |
|---|---|
| LoadPolicy |
Available policies that describe how changes affecting configured values are published/reinjected
for a
DynamicValue. |
| UpdatePolicy |
Policy to control how new values are applied to a
DynamicValue. |
| Annotation Type | Description |
|---|---|
| Config |
todo The author of this should fix this invalid Javadoc.
|
| ConfigAutoInject |
Annotation to control injection of a configured bean.
|
| ConfigDefaultSections |
todo The author of this should fix this invalid Javadoc.
|
| NoConfig |
This is a small marker annotations to inform Tamaya that the annotated element should never be injected with
configured data.
|
| WithConfigOperator |
Annotation to define an configuration operator to be used before accessing a configured key.
|
| WithPropertyConverter |
Annotation to define a type adapter to be used before injecting a configured key, or for applying changes.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.