public class URICoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String s,
Set<Character> chars)
Encodes the string as valid URI fragment.
|
public static String encode(String s, Set<Character> chars)
s - The string to encode.chars - An ASCII set of characters that should not be encoded if found in the string.Copyright © 2024 MuleSoft, Inc.. All rights reserved.