Interface BytecodeMethodResolver

All Known Implementing Classes:
DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver, DefaultBytecodeMethodResolver

public interface BytecodeMethodResolver
An object that generates bytecode to resolve a Method at runtime. The resolved method should be left on the top of the stack
Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor)
     
  • Method Details

    • getDeclaredMethod

      void getDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor)