Interface InvocationUtils.Targetable<T>

Type Parameters:
T - The original example API type
Enclosing class:
InvocationUtils

public static interface InvocationUtils.Targetable<T>
Supply a target object instance (i.e. the receiver of any method invocation)
  • Method Summary

    Modifier and Type
    Method
    Description
    andTarget(Object target)
    Supply a target object instance (i.e.
  • Method Details

    • andTarget

      T andTarget(Object target)
      Supply a target object instance (i.e. the receiver of any method invocation)
      Parameters:
      target - The target object instance
      Returns:
      The proxy instance implementing the original API