| Package | Description | 
|---|---|
| co.aikar.util | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static JSONUtil.JSONPair | JSONUtil. pair(long key,
    java.lang.Object obj) | |
| static JSONUtil.JSONPair | JSONUtil. pair(java.lang.String key,
    java.lang.Object obj) | Creates a key/value "JSONPair" object | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static java.util.Map | JSONUtil. appendObjectData(java.util.Map parent,
                JSONUtil.JSONPair... data) | This appends multiple key/value Obj pairs into a JSON Object | 
| static java.util.Map | JSONUtil. createObject(JSONUtil.JSONPair... data) | Creates a new JSON object from multiple JSONPair key/value pairs | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static <E> java.util.Map | JSONUtil. toObjectMapper(E[] collection,
              com.google.common.base.Function<E,JSONUtil.JSONPair> mapper) | These help build a single JSON Object from a collection, using a mapper function | 
| static <E> java.util.Map | JSONUtil. toObjectMapper(java.lang.Iterable<E> collection,
              com.google.common.base.Function<E,JSONUtil.JSONPair> mapper) | 
Copyright © 2018. All rights reserved.