| Constructor and Description |
|---|
RestMethodMetadata() |
RestMethodMetadata(feign.MethodMetadata methodMetadata) |
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 © 2021 Pivotal Software, Inc.. All rights reserved.