类 RequestEntity.UriTemplateRequestEntity<T>
java.lang.Object
cn.taketoday.http.HttpEntity<T>
cn.taketoday.http.RequestEntity<T>
cn.taketoday.http.RequestEntity.UriTemplateRequestEntity<T>
- 类型参数:
T- the body type
- 封闭类:
- RequestEntity<T>
RequestEntity initialized with a URI template and variables instead of a
URI.-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.http.RequestEntity
RequestEntity.BodyBuilder, RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>, RequestEntity.UriTemplateRequestEntity<T> -
字段概要
字段从类继承的字段 cn.taketoday.http.HttpEntity
EMPTY -
构造器概要
构造器构造器说明UriTemplateRequestEntity(T body, cn.taketoday.util.MultiValueMap<String, String> headers, HttpMethod method, Type type, String uriTemplate, Object[] uriVarsArray, Map<String, ?> uriVarsMap) -
方法概要
从类继承的方法 cn.taketoday.http.RequestEntity
delete, delete, format, get, get, getMethod, getType, getUrl, head, head, method, method, method, options, options, patch, patch, post, post, put, put从类继承的方法 cn.taketoday.http.HttpEntity
getBody, getHeaders, hasBody
-
字段详细资料
-
uriTemplate
-
uriVarsArray
-
uriVarsMap
-
-
构造器详细资料
-
UriTemplateRequestEntity
-
-
方法详细资料
-
getUriTemplate
-
getVars
-
getVarsMap
-
equals
- 覆盖:
equals在类中RequestEntity<T>
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中RequestEntity<T>
-
toString
- 覆盖:
toString在类中RequestEntity<T>
-