public class WxApiMethodInfo extends Object
Constructor and Description |
---|
WxApiMethodInfo(Method method,
WxApiTypeInfo wxApiTypeInfo) |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.util.UriComponentsBuilder |
fromArgs(Object... args)
这里有个问题,如果原始连接是带有固定参数的,这里会解析出问题
|
List<org.springframework.core.MethodParameter> |
getMethodParameters() |
WxApiRequest.Method |
getRequestMethod() |
Class |
getReturnType() |
WxApiTypeInfo |
getWxApiTypeInfo() |
boolean |
isMutlipartRequest() |
boolean |
isWxApiBodyPresent() |
boolean |
isWxApiFormPresent() |
public WxApiMethodInfo(Method method, WxApiTypeInfo wxApiTypeInfo)
public org.springframework.web.util.UriComponentsBuilder fromArgs(Object... args)
args
- public WxApiTypeInfo getWxApiTypeInfo()
public WxApiRequest.Method getRequestMethod()
public boolean isMutlipartRequest()
public boolean isWxApiFormPresent()
public boolean isWxApiBodyPresent()
public Class getReturnType()
public List<org.springframework.core.MethodParameter> getMethodParameters()
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.