|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InjectorMethod
A method that will be written to an injector implementation.
Method Summary | |
---|---|
java.lang.String |
getMethodBody(InjectorWriteContext context)
Returns the body of the method in the given context (e.g., "return this;") |
java.lang.String |
getMethodSignature()
Returns the signature of the method (e.g., "public void foo()") |
java.lang.String |
getPackageName()
Get the name of the package in which this method should be created. |
boolean |
isNative()
Returns whether this is a native method. |
Method Detail |
---|
boolean isNative()
java.lang.String getMethodSignature()
java.lang.String getMethodBody(InjectorWriteContext context) throws NoSourceNameException
NoSourceNameException
java.lang.String getPackageName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |