public final class UrlEncodingUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<String,String> |
FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
urlDecode(List<String> values) |
static String |
urlDecode(String string) |
static String[] |
urlDecode(String[] values) |
static String |
urlEncode(org.codehaus.jackson.JsonNode jsonNode) |
static String |
urlEncode(JsonRepresentation jsonRepresentation) |
static String |
urlEncode(String str) |
public static String urlEncode(JsonRepresentation jsonRepresentation)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.