public interface IMethodBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
buildMethod(javassist.CtClass accessHelper,
java.lang.Class<?> targetClass,
java.lang.reflect.Method m) |
boolean |
isAccepted(java.lang.reflect.Method m) |
java.lang.String |
requirementDescription()
Short requirement description for method to be precessed with the builder.
|
void buildMethod(javassist.CtClass accessHelper,
java.lang.Class<?> targetClass,
java.lang.reflect.Method m)
throws javassist.NotFoundException,
java.lang.ReflectiveOperationException,
javassist.CannotCompileException
javassist.NotFoundExceptionjava.lang.ReflectiveOperationExceptionjavassist.CannotCompileExceptionboolean isAccepted(java.lang.reflect.Method m)
java.lang.String requirementDescription()