Class UrlDecoder
java.lang.Object
org.springframework.boot.loader.net.util.UrlDecoder
Utility to decode URL strings.
- Since:
- 3.2.0
- Author:
- Phillip Webb
-
Method Summary
-
Method Details
-
decode
Decode the given string by decoding URL'%'escapes. This method should be identical in behavior to thedecodemethod in the internalsun.net.www.ParseUtilJDK class.- Parameters:
string- the string to decode- Returns:
- the decoded string
-