| 构造器和说明 |
|---|
RestMethodMetadata() |
RestMethodMetadata(feign.MethodMetadata methodMetadata) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Integer |
getBodyIndex() |
String |
getBodyType() |
List<String> |
getFormParams() |
Integer |
getHeaderMapIndex() |
Map<Integer,Boolean> |
getIndexToEncoded() |
Map<Integer,Collection<String>> |
getIndexToName() |
MethodMetadata |
getMethod() |
Integer |
getQueryMapIndex() |
RequestMetadata |
getRequest() |
String |
getReturnType() |
Integer |
getUrlIndex() |
int |
hashCode() |
boolean |
isQueryMapEncoded() |
void |
setBodyIndex(Integer bodyIndex) |
void |
setBodyType(String bodyType) |
void |
setFormParams(List<String> formParams) |
void |
setHeaderMapIndex(Integer headerMapIndex) |
void |
setIndexToEncoded(Map<Integer,Boolean> indexToEncoded) |
void |
setIndexToName(Map<Integer,Collection<String>> indexToName) |
void |
setMethod(MethodMetadata method) |
void |
setQueryMapEncoded(boolean queryMapEncoded) |
void |
setQueryMapIndex(Integer queryMapIndex) |
void |
setRequest(RequestMetadata request) |
void |
setReturnType(String returnType) |
void |
setUrlIndex(Integer urlIndex) |
String |
toString() |
public RestMethodMetadata()
public RestMethodMetadata(feign.MethodMetadata methodMetadata)
public MethodMetadata getMethod()
public void setMethod(MethodMetadata method)
public RequestMetadata getRequest()
public void setRequest(RequestMetadata request)
public Map<Integer,Collection<String>> getIndexToName()
public void setIndexToName(Map<Integer,Collection<String>> indexToName)
public Integer getUrlIndex()
public void setUrlIndex(Integer urlIndex)
public Integer getBodyIndex()
public void setBodyIndex(Integer bodyIndex)
public Integer getHeaderMapIndex()
public void setHeaderMapIndex(Integer headerMapIndex)
public Integer getQueryMapIndex()
public void setQueryMapIndex(Integer queryMapIndex)
public boolean isQueryMapEncoded()
public void setQueryMapEncoded(boolean queryMapEncoded)
public String getReturnType()
public void setReturnType(String returnType)
public String getBodyType()
public void setBodyType(String bodyType)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.