public interface ConfiguredMethod
Modifier and Type | Method and Description |
---|---|
void |
configure(Object instance,
org.apache.tamaya.Configuration config)
This method actually configures the given method on a instance of its parent type.
|
Method |
getAnnotatedMethod()
Get the underlying method reflection type.
|
Collection<String> |
getConfiguredKeys()
Get the key required to be evaluated.
|
String |
getName()
Get the method's name, e.g.
|
Class<?>[] |
getParameterTypes()
Get the methods input parameter types.
|
String |
getSignature()
Get the methods signature, e.g.
|
Collection<String> getConfiguredKeys()
Class<?>[] getParameterTypes()
Method getAnnotatedMethod()
String getName()
setName
.String getSignature()
void setName(String)
.void configure(Object instance, org.apache.tamaya.Configuration config)
instance
- the target instance, not null.config
- the configuration, not null.org.apache.tamaya.ConfigException
- if evaluation or conversion failed.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.