| public static <T> T | | getRequired(String key, com.google.gson.JsonObject node, Function<com.google.gson.JsonObject, T> parser) | | getRequired(String key, com.google.gson.JsonObject node, Function<com.google.gson.JsonObject, T> parser) | | method_49596(String arg0, com.google.gson.JsonObject arg1, Function<com.google.gson.JsonObject, T> arg2) | | get(String key, com.google.gson.JsonObject node, Function<com.google.gson.JsonObject, T> deserializer) |
|
| public static <T> T | | getOptional(String key, com.google.gson.JsonObject node, Function<com.google.gson.JsonObject, T> parser) | | getOptional(String key, com.google.gson.JsonObject node, Function<com.google.gson.JsonObject, T> parser) | | method_54115(String arg0, com.google.gson.JsonObject arg1, Function<com.google.gson.JsonObject, T> arg2) | | getNullable(String key, com.google.gson.JsonObject node, Function<com.google.gson.JsonObject, T> deserializer) |
|
| public static String | | getRequiredString(String key, com.google.gson.JsonObject node) | | getRequiredString(String key, com.google.gson.JsonObject node) | | method_49594(String arg0, com.google.gson.JsonObject arg1) | | getString(String key, com.google.gson.JsonObject node) |
|
| public static String | | getStringOr(String key, com.google.gson.JsonObject node, String defaultValue) | | getStringOr(String key, com.google.gson.JsonObject node, String defaultValue) | | method_21547(String arg0, com.google.gson.JsonObject arg1, String arg2) | | getNullableStringOr(String key, com.google.gson.JsonObject node, String defaultValue) |
|
| public static URI | | getRequiredUri(String key, com.google.gson.JsonObject node) | | getRequiredUri(String key, com.google.gson.JsonObject node) | | method_1_10487(String arg0, com.google.gson.JsonObject arg1) | | getUri(String key, com.google.gson.JsonObject node) |
|
| public static URI | | getUriNullable(String key, com.google.gson.JsonObject node) | | getUriNullable(String key, com.google.gson.JsonObject node) | | method_1_10488(String arg0, com.google.gson.JsonObject arg1) | | getNullableUri(String key, com.google.gson.JsonObject node) |
|
| public static UUID | | getUuidOr(String key, com.google.gson.JsonObject node, UUID defaultValue) | | getUuidOr(String key, com.google.gson.JsonObject node, UUID defaultValue) | | method_49595(String arg0, com.google.gson.JsonObject arg1, UUID arg2) | | getUuidOr(String key, com.google.gson.JsonObject node, UUID defaultValue) |
|
| public static int | | getIntOr(String key, com.google.gson.JsonObject node, int defaultValue) | | getIntOr(String key, com.google.gson.JsonObject node, int defaultValue) | | method_21545(String arg0, com.google.gson.JsonObject arg1, int arg2) | | getIntOr(String key, com.google.gson.JsonObject node, int defaultValue) |
|
| public static long | | getLongOr(String key, com.google.gson.JsonObject node, long defaultValue) | | getLongOr(String key, com.google.gson.JsonObject node, long defaultValue) | | method_21546(String arg0, com.google.gson.JsonObject arg1, long arg2) | | getLongOr(String key, com.google.gson.JsonObject node, long defaultValue) |
|
| public static boolean | | getBooleanOr(String key, com.google.gson.JsonObject node, boolean defaultValue) | | getBooleanOr(String key, com.google.gson.JsonObject node, boolean defaultValue) | | method_21548(String arg0, com.google.gson.JsonObject arg1, boolean arg2) | | getBooleanOr(String key, com.google.gson.JsonObject node, boolean defaultValue) |
|
| public static Instant | | getDateOr(String key, com.google.gson.JsonObject node) | | getDateOr(String key, com.google.gson.JsonObject node) | | method_21544(String arg0, com.google.gson.JsonObject arg1) | | getInstantOrEpoch(String key, com.google.gson.JsonObject node) |
|
| public static Instant | | getEpochMillisOr(String key, com.google.gson.JsonObject node, Instant defaultValue) | | getEpochMillisOr(String key, com.google.gson.JsonObject node, Instant defaultValue) | | method_1_9569(String arg0, com.google.gson.JsonObject arg1, Instant arg2) | | getInstantOr(String key, com.google.gson.JsonObject node, Instant defaultValue) |
|