Class MethodCaptor

java.lang.Object
de.cronn.reflection.util.MethodCaptor

public class MethodCaptor
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    MethodCaptor()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Object intercept​(java.lang.reflect.Method method, MethodCaptor methodCaptor)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • intercept

      @RuntimeType public static java.lang.Object intercept​(@Origin java.lang.reflect.Method method, @FieldValue("$methodCaptor") MethodCaptor methodCaptor)