public class JSONReader extends Object
Modifier and Type | Method and Description |
---|---|
Boolean |
getBoolean() |
int |
getDepth() |
List<?> |
getList() |
Map<?,?> |
getMap() |
BigDecimal |
getNumber() |
String |
getString() |
<T> T |
getValue(Class<T> cls) |
Object |
getValue(Type t) |
JSONEventType |
next() |
public JSONEventType next() throws IOException
IOException
public <T> T getValue(Class<T> cls) throws IOException
IOException
public Object getValue(Type t) throws IOException
IOException
public Map<?,?> getMap() throws IOException
IOException
public List<?> getList() throws IOException
IOException
public String getString() throws IOException
IOException
public BigDecimal getNumber() throws IOException
IOException
public Boolean getBoolean() throws IOException
IOException
public int getDepth()
Copyright © 2021. All rights reserved.