public interface InjectorMethod
Modifier and Type | Method and Description |
---|---|
String |
getMethodBody(InjectorWriteContext context)
Returns the body of the method in the given context (e.g., "return this;")
|
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.
|
boolean isNative()
String getMethodSignature()
String getMethodBody(InjectorWriteContext context) throws NoSourceNameException
NoSourceNameException
String getPackageName()
Copyright © 2008–2018. All rights reserved.