Utils

public class Utils

Functions

checkNotNull
Link copied to clipboard
static T checkNotNull<T>(T reference)
Ensures that an object reference passed as a parameter to the calling method is not null.
mapToUrlEncodedString
Link copied to clipboard
static String mapToUrlEncodedString(Map<String, String> data)
Creates an urlencoded string from the given data.

Properties

CHARSET_UTF8
Link copied to clipboard
public static Charset CHARSET_UTF8