public abstract class AbstractInjectorMethod extends Object implements InjectorMethod
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInjectorMethod(boolean isNative,
String methodSignature,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodSignature()
Returns the signature of the method (e.g., "public void foo()")
|
String |
getPackageName()
Get the name of the package in which this method should be created.
|
boolean |
isNative()
Returns whether this is a native method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodBodypublic boolean isNative()
InjectorMethodisNative in interface InjectorMethodpublic String getMethodSignature()
InjectorMethodgetMethodSignature in interface InjectorMethodpublic String getPackageName()
InjectorMethodgetPackageName in interface InjectorMethodCopyright © 2008–2018. All rights reserved.