接口 DtpInterceptor


public interface DtpInterceptor
从以下版本开始:
1.1.4
作者:
windsearcher.lq
  • 方法详细资料

    • intercept

      Object intercept(DtpInvocation invocation) throws Throwable
      Intercept method.
      参数:
      invocation - invocation
      返回:
      result
      抛出:
      Throwable - Throwable
    • plugin

      default Object plugin(Object target)
      Enhance object.
      参数:
      target - target object
      返回:
      enhanced object
    • plugin

      default Object plugin(Object target, Class<?>[] argumentTypes, Object[] arguments)
      Enhance object.
      参数:
      target - target object
      argumentTypes - argument types
      arguments - arguments
      返回:
      enhanced object