public interface ConfiguredField
Modifier and Type | Method and Description |
---|---|
void |
configure(Object instance,
org.apache.tamaya.Configuration config)
Actually calls the annotated method on the instance, hereby passing the configuration values evaluated.
|
Field |
getAnnotatedField()
Get the annotated field.
|
Collection<String> |
getConfiguredKeys()
Get a list of all target keys for the given field.
|
String |
getName()
Get the field's name.
|
String |
getSignature()
Get the field's full signature.
|
Class<?> |
getType()
Get the field's type.
|
Class<?> getType()
Collection<String> getConfiguredKeys()
String getName()
String getSignature()
Field getAnnotatedField()
void configure(Object instance, org.apache.tamaya.Configuration config)
instance
- the instance, not null.config
- the configuration, not null.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.