public class ParseContextImpl extends Object implements ParseContext
| Constructor and Description |
|---|
ParseContextImpl() |
ParseContextImpl(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
DocumentContext |
parse(File json) |
DocumentContext |
parse(InputStream json) |
DocumentContext |
parse(InputStream json,
String charset) |
DocumentContext |
parse(Object json) |
DocumentContext |
parse(String json) |
DocumentContext |
parse(URL url)
Deprecated.
|
DocumentContext |
parseUtf8(byte[] json) |
public ParseContextImpl()
public ParseContextImpl(Configuration configuration)
public DocumentContext parse(Object json)
parse in interface ParseContextpublic DocumentContext parse(String json)
parse in interface ParseContextpublic DocumentContext parseUtf8(byte[] json)
parseUtf8 in interface ParseContextpublic DocumentContext parse(InputStream json)
parse in interface ParseContextpublic DocumentContext parse(InputStream json, String charset)
parse in interface ParseContextpublic DocumentContext parse(File json) throws IOException
parse in interface ParseContextIOException@Deprecated public DocumentContext parse(URL url) throws IOException
parse in interface ParseContextIOExceptionCopyright © 2025. All rights reserved.