A
B
C
D
E
F
G
I
J
M
N
S
U
D
- decodeJSON(java.lang.String) - function in net.pwall.text.JSONStringMapper
- Decode a string from JSON string escaping.
- decodeURI(java.lang.String) - function in net.pwall.text.URIStringMapper
- Decode string from URI percent-encoding (also decodes "+" as space, despite the fact that the above function does not encode space this way).
- decodeUTF8(java.lang.String) - function in net.pwall.text.UTF8StringMapper
- Decode string from UTF-8.