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 SummaryNested classes/interfaces inherited from class org.springframework.http.RequestEntityRequestEntity.BodyBuilder, RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>, RequestEntity.UriTemplateRequestEntity<T>
- 
Field SummaryFields inherited from class org.springframework.http.HttpEntityEMPTY
- 
Method SummaryMethods inherited from class org.springframework.http.RequestEntitydelete, delete, get, get, getMethod, getType, getUrl, head, head, method, method, method, options, options, patch, patch, post, post, put, putMethods inherited from class org.springframework.http.HttpEntitygetBody, getHeaders, hasBody
- 
Method Details- 
getUriTemplate
- 
getVars
- 
getVarsMap
- 
equals- Overrides:
- equalsin class- RequestEntity<T>
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- RequestEntity<T>
 
- 
toString- Overrides:
- toStringin class- RequestEntity<T>
 
 
-