public class JsonWrapperArray extends Object
| Constructor and Description |
|---|
JsonWrapperArray(com.alibaba.fastjson.JSONArray array) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.alibaba.fastjson.JSON val) |
List<String> |
convert2StringList() |
void |
forEach(Handler<JsonWrapper> objectHandler) |
void |
forEachAsArray(Handler<JsonWrapperArray> objectHandler) |
void |
forEachAsString(Handler<String> objectHandler) |
JsonWrapperArray |
getArrayAt(int index) |
BigDecimal |
getBigDecimalAt(int index) |
Integer |
getIntegerAt(int index) |
JsonWrapper |
getJsonObjectAt(int index) |
long |
getLongAt(int index) |
String |
getStringAt(int index) |
public JsonWrapper getJsonObjectAt(int index)
public void add(com.alibaba.fastjson.JSON val)
public JsonWrapperArray getArrayAt(int index)
public long getLongAt(int index)
public Integer getIntegerAt(int index)
public BigDecimal getBigDecimalAt(int index)
public String getStringAt(int index)
public void forEach(Handler<JsonWrapper> objectHandler)
public void forEachAsArray(Handler<JsonWrapperArray> objectHandler)
Copyright © 2021. All rights reserved.