Generated by
JDiff

Class org.springframework.web.util.UriComponentsBuilder

Added Methods
UriComponentsBuilder encode(Charset) A variant of .encode() with a charset other than "UTF-8".
UriComponentsBuilder encode() Request to have the URI template pre-encoded at build time, and URI variables encoded separately when expanded.
UriComponentsBuilder uriVariables(Map<String, Object>) Configure URI variables to be expanded at build time.