Class BaseMethod.MethodInfo<T>
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.methods.BaseMethod.MethodInfo<T>
-
- Enclosing class:
- BaseMethod<P extends BaseParameter,T>
protected static final class BaseMethod.MethodInfo<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MethodInfo(java.lang.reflect.Method m)
MethodInfo(java.lang.reflect.Method m, T types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Method
getMethod()
T
getTypes()
-
-
-
Field Detail
-
m_method
private final java.lang.reflect.Method m_method
-
m_types
private final T m_types
-
-
Constructor Detail
-
MethodInfo
public MethodInfo(java.lang.reflect.Method m)
-
MethodInfo
public MethodInfo(java.lang.reflect.Method m, T types)
-
-
Method Detail
-
getMethod
public java.lang.reflect.Method getMethod()
-
getTypes
public T getTypes()
-
-