Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionsince 2.0.0 all of the functionality provided by the class seems to be already provided in the JDK.since 2.0.0, replaced by
JsonArray
since 2.0.0, replaced byJsonObject
since 2.0.0, replaced byJsoner
since 2.0.0, copied to a new packageJsoner
.since 2.0.0, copied to a new package.
-
Deprecated Exception ClassesException ClassDescriptionsince 2.0.0, copied to a new package.
-
Deprecated MethodsMethodDescription2.3.0 Jsoner deprecated automatically serializing enums as Strings.2.3.0 in favor of
JsonObject.getBigDecimal(JsonKey)
2.3.0 in favor ofJsonObject.getBigDecimalOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getBoolean(JsonKey)
2.3.0 in favor ofJsonObject.getBooleanOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getByte(JsonKey)
2.3.0 in favor ofJsonObject.getByteOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getCollection(JsonKey)
2.3.0 in favor ofJsonObject.getCollectionOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getDouble(JsonKey)
2.3.0 in favor ofJsonObject.getDoubleOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getEnum(JsonKey)
2.3.0 Jsoner deprecated automatically serializing enums as Strings.2.3.0 in favor ofJsonObject.getEnumOrDefault(JsonKey)
2.3.0 Jsoner deprecated automatically serializing enums as Strings.2.3.0 in favor ofJsonObject.getFloat(JsonKey)
2.3.0 in favor ofJsonObject.getFloatOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getInteger(JsonKey)
2.3.0 in favor ofJsonObject.getIntegerOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getLong(JsonKey)
2.3.0 in favor ofJsonObject.getLongOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getMap(JsonKey)
2.3.0 in favor ofJsonObject.getMapOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getShort(JsonKey)
2.3.0 in favor ofJsonObject.getShortOrDefault(JsonKey)
2.3.0 in favor ofJsonObject.getString(JsonKey)
2.3.0 in favor ofJsonObject.getStringOrDefault(JsonKey)
this method may throw anError
instead of returningnull
; please useJSONValue.parseWithException(Reader)
insteadthis method may throw anError
instead of returningnull
; please useJSONValue.parseWithException(String)
instead