Class JsonPointerMethodInterceptor

java.lang.Object
net.dreamlu.mica.http.JsonPointerMethodInterceptor
All Implemented Interfaces:
org.springframework.cglib.proxy.Callback, org.springframework.cglib.proxy.MethodInterceptor

public class JsonPointerMethodInterceptor extends Object implements org.springframework.cglib.proxy.MethodInterceptor
代理模型
Author:
L.cm
  • Constructor Details

    • JsonPointerMethodInterceptor

      public JsonPointerMethodInterceptor()
  • Method Details

    • intercept

      public @Nullable Object intercept(Object object, Method method, Object[] args, org.springframework.cglib.proxy.MethodProxy methodProxy) throws Throwable
      Specified by:
      intercept in interface org.springframework.cglib.proxy.MethodInterceptor
      Throws:
      Throwable