public class JSONReader extends Object implements Closeable
| Constructor and Description |
|---|
JSONReader(Reader reader) |
JSONReader(Reader input,
Feature... features) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Locale |
getLocal() |
TimeZone |
getTimeZone() |
<T> T |
readObject(Class<T> type) |
void |
setLocale(Locale locale) |
void |
setTimzeZone(TimeZone timezone) |
public JSONReader(Reader reader)
public void setLocale(Locale locale)
public void setTimzeZone(TimeZone timezone)
public <T> T readObject(Class<T> type)
public Locale getLocal()
public TimeZone getTimeZone()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2022 Alibaba Group. All rights reserved.