Class ImmutableProxyForwarderBoolean

java.lang.Object
de.cronn.reflection.util.immutable.ImmutableProxyForwarderBoolean

public final class ImmutableProxyForwarderBoolean
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Boolean forward​(java.lang.reflect.Method method, java.lang.Object delegate, java.lang.Object[] args)  

    Methods inherited from class java.lang.Object

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

    • forward

      public static java.lang.Boolean forward​(@Origin java.lang.reflect.Method method, @FieldValue("$delegate") java.lang.Object delegate, @AllArguments java.lang.Object[] args) throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
      Throws:
      java.lang.reflect.InvocationTargetException
      java.lang.IllegalAccessException