类 ShoreFeignFallback<T>

  • 类型参数:
    T -
    所有已实现的接口:
    org.springframework.cglib.proxy.Callback, org.springframework.cglib.proxy.MethodInterceptor

    public class ShoreFeignFallback<T>
    extends Object
    implements org.springframework.cglib.proxy.MethodInterceptor
    fallback 代理处理
    作者:
    youta
    • 字段详细资料

      • targetType

        private final Class<T> targetType
      • targetName

        private final String targetName
    • 构造器详细资料

      • ShoreFeignFallback

        public ShoreFeignFallback()
    • 方法详细资料

      • intercept

        @Nullable
        public Object intercept​(Object o,
                                Method method,
                                Object[] objects,
                                org.springframework.cglib.proxy.MethodProxy methodProxy)
                         throws Throwable
        指定者:
        intercept 在接口中 org.springframework.cglib.proxy.MethodInterceptor
        抛出:
        Throwable
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object