Package | Description |
---|---|
org.apache.felix.scr.impl.inject |
Modifier and Type | Field and Description |
---|---|
private java.util.List<BindMethod.ParamType> |
BindMethod.m_paramTypes |
Modifier and Type | Method and Description |
---|---|
static BindMethod.ParamType |
BindMethod.ParamType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BindMethod.ParamType[] |
BindMethod.ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected BaseMethod.MethodInfo<java.util.List<BindMethod.ParamType>> |
BindMethod.doFindMethod(java.lang.Class<?> targetClass,
boolean acceptPrivate,
boolean acceptPackage,
SimpleLogger logger)
Finds the method named in the
BaseMethod.m_methodName field in the given
targetClass . |
Modifier and Type | Method and Description |
---|---|
protected void |
BindMethod.setTypes(java.util.List<BindMethod.ParamType> types) |