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
- Author:
- Arjen Poutsma, Sebastien Deleuze, Parviz Rozikov
-
Nested Class Summary
Nested classes/interfaces inherited from class RequestEntity
RequestEntity.BodyBuilder, RequestEntity.HeadersBuilder<B>, RequestEntity.UriTemplateRequestEntity<T>
-
Field Summary
Fields inherited from class HttpEntity
EMPTY
-
Method Summary
Methods inherited from class 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 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>
-