类 UrlDecoder

java.lang.Object
org.springframework.boot.loader.net.util.UrlDecoder

public final class UrlDecoder extends Object
Utility to decode URL strings.
从以下版本开始:
3.2.0
作者:
Phillip Webb
  • 方法详细资料

    • decode

      public static String decode(String string)
      Decode the given string by decoding URL '%' escapes. This method should be identical in behavior to the decode method in the internal sun.net.www.ParseUtil JDK class.
      参数:
      string - the string to decode
      返回:
      the decoded string