public class CDIConfiguredMethod extends Object implements org.apache.tamaya.inject.spi.ConfiguredMethod
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Object instance,
org.apache.tamaya.Configuration config) |
Method |
getAnnotatedMethod() |
Collection<String> |
getConfiguredKeys() |
String |
getName() |
Class<?>[] |
getParameterTypes() |
String |
getSignature() |
String |
toString() |
public Collection<String> getConfiguredKeys()
getConfiguredKeys in interface org.apache.tamaya.inject.spi.ConfiguredMethodpublic Class<?>[] getParameterTypes()
getParameterTypes in interface org.apache.tamaya.inject.spi.ConfiguredMethodpublic Method getAnnotatedMethod()
getAnnotatedMethod in interface org.apache.tamaya.inject.spi.ConfiguredMethodpublic String getName()
getName in interface org.apache.tamaya.inject.spi.ConfiguredMethodpublic String getSignature()
getSignature in interface org.apache.tamaya.inject.spi.ConfiguredMethodpublic void configure(Object instance, org.apache.tamaya.Configuration config)
configure in interface org.apache.tamaya.inject.spi.ConfiguredMethodCopyright © 2014–2016 Apache Software Foundation. All rights reserved.