public final class Objects
extends java.lang.Object
Object
.Modifier and Type | Class and Description |
---|---|
static class |
Objects.ToStringHelper |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(java.lang.Object a,
java.lang.Object b) |
static org.json.JSONObject |
extract(org.json.JSONObject from,
java.lang.String... path) |
static org.json.JSONArray |
extractArray(org.json.JSONObject from,
java.lang.String... path) |
public static boolean equals(java.lang.Object a, java.lang.Object b)
@Nullable public static org.json.JSONObject extract(@Nullable org.json.JSONObject from, java.lang.String... path)
public static org.json.JSONArray extractArray(@Nullable org.json.JSONObject from, java.lang.String... path)