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, putMethods inherited from class HttpEntity
getBody, getHeaders, hasBody
-
Method Details
-
getUriTemplate
-
getVars
-
getVarsMap
-
equals
- Overrides:
equalsin classRequestEntity<T>
-
hashCode
public int hashCode()- Overrides:
hashCodein classRequestEntity<T>
-
toString
- Overrides:
toStringin classRequestEntity<T>
-