@Deprecated public class ProviderMethodModel extends Object
MethodDescriptor| Constructor and Description |
|---|
ProviderMethodModel(Method method)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,Object> |
getAttributeMap()
Deprecated.
|
Type[] |
getGenericParameterTypes()
Deprecated.
|
Method |
getMethod()
Deprecated.
|
String[] |
getMethodArgTypes()
Deprecated.
|
String |
getMethodName()
Deprecated.
|
Class<?>[] |
getParameterClasses()
Deprecated.
|
public ProviderMethodModel(Method method)
public Method getMethod()
public String getMethodName()
public String[] getMethodArgTypes()
public ConcurrentMap<String,Object> getAttributeMap()
public Class<?>[] getParameterClasses()
public Type[] getGenericParameterTypes()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.