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>

public static class RequestEntity.UriTemplateRequestEntity<T> extends RequestEntity<T>
RequestEntity initialized with a URI template and variables instead of a URI.
Since:
5.3