public class QueryUtils extends Object
| Constructor and Description |
|---|
QueryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeParams(String methodName,
String paramName,
String paramValue)
Convert param value to URL UTF-8 encode
|
public static String encodeParams(String methodName, String paramName, String paramValue) throws InvalidParameterException
methodName - - name of the method being called.paramName - - name of the parameter for encodeparamValue - - value of the parameter for encodeInvalidParameterException - - error when attempting to encodeCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.