public abstract class AbstractWxApiRequestContributor<T extends Annotation> extends Object implements org.springframework.web.method.support.UriComponentsContributor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWxApiRequestContributor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatUriValue(org.springframework.core.convert.ConversionService cs,
org.springframework.core.convert.TypeDescriptor sourceType,
Object value)
把参数格式化成字符串用于拼接url
|
boolean |
supportsParameter(org.springframework.core.MethodParameter parameter)
是否支持这个参数
|
protected String formatUriValue(org.springframework.core.convert.ConversionService cs, org.springframework.core.convert.TypeDescriptor sourceType, Object value)
cs - sourceType - value - public boolean supportsParameter(org.springframework.core.MethodParameter parameter)
supportsParameter in interface org.springframework.web.method.support.UriComponentsContributorparameter - Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.