Uses of Class
co.aikar.util.JSONUtil.JSONPair
Packages that use JSONUtil.JSONPair
-
Uses of JSONUtil.JSONPair in co.aikar.util
Methods in co.aikar.util that return JSONUtil.JSONPairModifier and TypeMethodDescriptionstatic @NotNull JSONUtil.JSONPair
Deprecated, for removal: This API element is subject to removal in a future version.static @NotNull JSONUtil.JSONPair
Deprecated, for removal: This API element is subject to removal in a future version.Creates a key/value "JSONPair" objectMethods in co.aikar.util with parameters of type JSONUtil.JSONPairModifier and TypeMethodDescriptionJSONUtil.appendObjectData
(@NotNull Map parent, @NotNull JSONUtil.JSONPair... data) Deprecated, for removal: This API element is subject to removal in a future version.This appends multiple key/value Obj pairs into a JSON ObjectJSONUtil.createObject
(@NotNull JSONUtil.JSONPair... data) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new JSON object from multiple JSONPair key/value pairsMethod parameters in co.aikar.util with type arguments of type JSONUtil.JSONPairModifier and TypeMethodDescriptionJSONUtil.toObjectMapper
(@NotNull E[] collection, @NotNull Function<E, JSONUtil.JSONPair> mapper) Deprecated, for removal: This API element is subject to removal in a future version.These help build a single JSON Object from a collection, using a mapper functionJSONUtil.toObjectMapper
(@NotNull Iterable<E> collection, @NotNull Function<E, JSONUtil.JSONPair> mapper) Deprecated, for removal: This API element is subject to removal in a future version.