@Deprecated public class RestTemplateFactory<T extends org.springframework.web.client.RestTemplate> extends Object implements org.springframework.cglib.proxy.MethodInterceptor
| 限定符和类型 | 方法和说明 |
|---|---|
static org.springframework.web.client.RestTemplate |
getSingleton()
已过时。
|
static <T extends org.springframework.web.client.RestTemplate> |
getSingleton(Class<T> c)
已过时。
|
Object |
intercept(Object target,
Method method,
Object[] args,
org.springframework.cglib.proxy.MethodProxy methodProxy)
已过时。
|
public static org.springframework.web.client.RestTemplate getSingleton()
public static <T extends org.springframework.web.client.RestTemplate> org.springframework.web.client.RestTemplate getSingleton(Class<T> c)
Copyright © 2018. All rights reserved.