public class DefaultBytecodeMethodResolver extends java.lang.Object implements BytecodeMethodResolver
BytecodeMethodResolver that looks up the method using the
reflection API.
TODO: cache the result somehow| Constructor and Description |
|---|
DefaultBytecodeMethodResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
getDeclaredMethod(javassist.bytecode.ClassFile file,
javassist.bytecode.Bytecode code,
java.lang.String declaringClass,
java.lang.String methodName,
java.lang.String[] parameterTypes) |
public void getDeclaredMethod(javassist.bytecode.ClassFile file,
javassist.bytecode.Bytecode code,
java.lang.String declaringClass,
java.lang.String methodName,
java.lang.String[] parameterTypes)
getDeclaredMethod in interface BytecodeMethodResolverCopyright © 2014 Seam Framework. All Rights Reserved.