Generated by
JDiff

Interface org.springframework.web.server.ServerWebExchange

Added Methods
void addUrlTransformer(Function<String, String>) Register an additional URL transformation function for use with .transformUrl.
String transformUrl(String) Transform the given url according to the registered transformation function(s).