Package org.springframework.http
Class RequestEntity.UriTemplateRequestEntity<T>
java.lang.Object
org.springframework.http.HttpEntity<T>
org.springframework.http.RequestEntity<T>
org.springframework.http.RequestEntity.UriTemplateRequestEntity<T>
- Type Parameters:
T
- the body type
- Enclosing class:
- RequestEntity<T>
RequestEntity initialized with a URI template and variables instead of a
URI
.- Since:
- 5.3
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.http.RequestEntity
RequestEntity.BodyBuilder, RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>, RequestEntity.UriTemplateRequestEntity<T>
-
Field Summary
Fields inherited from class org.springframework.http.HttpEntity
EMPTY
-
Method Summary
Methods inherited from class org.springframework.http.RequestEntity
delete, delete, get, get, getMethod, getType, getUrl, head, head, method, method, method, options, options, patch, patch, post, post, put, put
Methods inherited from class org.springframework.http.HttpEntity
getBody, getHeaders, hasBody
-
Method Details
-
getUriTemplate
-
getVars
-
getVarsMap
-
equals
- Overrides:
equals
in classRequestEntity<T>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRequestEntity<T>
-
toString
- Overrides:
toString
in classRequestEntity<T>
-