Uses of Interface
de.espirit.firstspirit.json.JsonPair
Packages that use JsonPair
-
Uses of JsonPair in de.espirit.firstspirit.json
Methods in de.espirit.firstspirit.json that return JsonPairModifier and TypeMethodDescriptionstatic @NotNull JsonPairJsonPair.of(@NotNull String key, @NotNull JsonElement<?> value) Methods in de.espirit.firstspirit.json that return types with arguments of type JsonPairModifier and TypeMethodDescription@NotNull Collection<JsonPair>JsonObject.pairs()This method can be used to get all currently pairs that are part of the object.Methods in de.espirit.firstspirit.json with parameters of type JsonPairModifier and TypeMethodDescription@NotNull JsonObjectThis method adds one pair to the object.This methods removes the pair with the specified key.Method parameters in de.espirit.firstspirit.json with type arguments of type JsonPairModifier and TypeMethodDescription@NotNull JsonObjectJsonObject.put(@NotNull Collection<? extends JsonPair> pairs) This methods adds any kind of collection ofJsonPairs to the object.