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, wait
getMethodBody
public boolean isNative()
InjectorMethod
isNative
in interface InjectorMethod
public String getMethodSignature()
InjectorMethod
getMethodSignature
in interface InjectorMethod
public String getPackageName()
InjectorMethod
getPackageName
in interface InjectorMethod
Copyright © 2008–2018. All rights reserved.