public class JsonDocumentFormatRegistry extends SimpleDocumentFormatRegistry
| 构造器和说明 |
|---|
JsonDocumentFormatRegistry(InputStream input) |
JsonDocumentFormatRegistry(String source) |
| 限定符和类型 | 方法和说明 |
|---|---|
private void |
readJsonArray(String source) |
private Map<String,?> |
toJavaMap(org.json.JSONObject jsonMap) |
addFormat, getFormatByExtension, getFormatByMediaType, getOutputFormatspublic JsonDocumentFormatRegistry(InputStream input) throws org.json.JSONException, IOException
org.json.JSONExceptionIOExceptionpublic JsonDocumentFormatRegistry(String source) throws org.json.JSONException
org.json.JSONExceptionCopyright © 2020. All rights reserved.