Uses of Interface
org.springframework.web.util.UriBuilderFactory
Packages that use UriBuilderFactory
Package
Description
Core package of the client-side web support.
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of UriBuilderFactory in org.springframework.web.client
Methods in org.springframework.web.client with parameters of type UriBuilderFactoryModifier and TypeMethodDescriptionRestClient.Builder.uriBuilderFactory(UriBuilderFactory uriBuilderFactory) Provide a pre-configuredUriBuilderFactoryinstance. -
Uses of UriBuilderFactory in org.springframework.web.service.invoker
Methods in org.springframework.web.service.invoker that return UriBuilderFactoryModifier and TypeMethodDescriptionHttpRequestValues.getUriBuilderFactory()Return theUriBuilderFactoryto expand theHttpRequestValues.uriTemplateandHttpRequestValues.getUriVariables()with.Methods in org.springframework.web.service.invoker with parameters of type UriBuilderFactoryModifier and TypeMethodDescriptionprotected HttpRequestValuesHttpRequestValues.Builder.createRequestValues(@Nullable HttpMethod httpMethod, @Nullable URI uri, @Nullable UriBuilderFactory uriBuilderFactory, @Nullable String uriTemplate, Map<String, String> uriVars, HttpHeaders headers, org.springframework.util.MultiValueMap<String, String> cookies, @Nullable Object version, Map<String, Object> attributes, @Nullable Object bodyValue, @Nullable org.springframework.core.ParameterizedTypeReference<?> bodyValueType) CreateHttpRequestValuesfrom values passed to theHttpRequestValues.Builder.protected ReactiveHttpRequestValuesReactiveHttpRequestValues.Builder.createRequestValues(@Nullable HttpMethod httpMethod, @Nullable URI uri, @Nullable UriBuilderFactory uriBuilderFactory, @Nullable String uriTemplate, Map<String, String> uriVars, HttpHeaders headers, org.springframework.util.MultiValueMap<String, String> cookies, @Nullable Object version, Map<String, Object> attributes, @Nullable Object bodyValue, @Nullable org.springframework.core.ParameterizedTypeReference<?> bodyValueType) HttpRequestValues.Builder.setUriBuilderFactory(@Nullable UriBuilderFactory uriBuilderFactory) Set theUriBuilderFactorythat will be used to expand theHttpRequestValues.Builder.getUriTemplate().ReactiveHttpRequestValues.Builder.setUriBuilderFactory(@Nullable UriBuilderFactory uriBuilderFactory) Constructors in org.springframework.web.service.invoker with parameters of type UriBuilderFactoryModifierConstructorDescriptionprotectedHttpRequestValues(@Nullable HttpMethod httpMethod, @Nullable URI uri, @Nullable UriBuilderFactory uriBuilderFactory, @Nullable String uriTemplate, Map<String, String> uriVariables, HttpHeaders headers, org.springframework.util.MultiValueMap<String, String> cookies, @Nullable Object version, Map<String, Object> attributes, @Nullable Object bodyValue, @Nullable org.springframework.core.ParameterizedTypeReference<?> bodyValueType) ConstructHttpRequestValues. -
Uses of UriBuilderFactory in org.springframework.web.util
Classes in org.springframework.web.util that implement UriBuilderFactoryModifier and TypeClassDescriptionclassUriBuilderFactorythat relies onUriComponentsBuilderfor the actual building of the URI.