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.ConfiguredMethod
public Class<?>[] getParameterTypes()
getParameterTypes
in interface org.apache.tamaya.inject.spi.ConfiguredMethod
public Method getAnnotatedMethod()
getAnnotatedMethod
in interface org.apache.tamaya.inject.spi.ConfiguredMethod
public String getName()
getName
in interface org.apache.tamaya.inject.spi.ConfiguredMethod
public String getSignature()
getSignature
in interface org.apache.tamaya.inject.spi.ConfiguredMethod
public void configure(Object instance, org.apache.tamaya.Configuration config)
configure
in interface org.apache.tamaya.inject.spi.ConfiguredMethod
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.