类 RequestEntity.UriTemplateRequestEntity<T>

java.lang.Object
cn.taketoday.http.HttpEntity<T>
cn.taketoday.http.RequestEntity<T>
cn.taketoday.http.RequestEntity.UriTemplateRequestEntity<T>
类型参数:
T - the body type
封闭类:
RequestEntity<T>

public static class RequestEntity.UriTemplateRequestEntity<T> extends RequestEntity<T>
RequestEntity initialized with a URI template and variables instead of a URI.
  • 字段详细资料

    • uriTemplate

      private final String uriTemplate
    • uriVarsArray

      @Nullable private final Object[] uriVarsArray
    • uriVarsMap

      @Nullable private final Map<String,?> uriVarsMap
  • 构造器详细资料

    • UriTemplateRequestEntity

      UriTemplateRequestEntity(@Nullable T body, @Nullable cn.taketoday.util.MultiValueMap<String,String> headers, @Nullable HttpMethod method, @Nullable Type type, String uriTemplate, @Nullable Object[] uriVarsArray, @Nullable Map<String,?> uriVarsMap)
  • 方法详细资料