org.jboss.weld.bean.proxy
Class DefaultBytecodeMethodResolver
java.lang.Object
org.jboss.weld.bean.proxy.DefaultBytecodeMethodResolver
- All Implemented Interfaces:
- BytecodeMethodResolver
public class DefaultBytecodeMethodResolver
- extends Object
- implements BytecodeMethodResolver
A BytecodeMethodResolver
that looks up the method using the
reflection API.
TODO: cache the result somehow
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBytecodeMethodResolver
public DefaultBytecodeMethodResolver()
getDeclaredMethod
public void getDeclaredMethod(javassist.bytecode.ClassFile file,
javassist.bytecode.Bytecode code,
String declaringClass,
String methodName,
String[] parameterTypes)
- Specified by:
getDeclaredMethod
in interface BytecodeMethodResolver
Copyright © 2013 Seam Framework. All Rights Reserved.