public class ParseContextImpl extends java.lang.Object implements ParseContext
| Constructor and Description |
|---|
ParseContextImpl() |
ParseContextImpl(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
DocumentContext |
parse(java.io.File json) |
DocumentContext |
parse(java.io.InputStream json) |
DocumentContext |
parse(java.io.InputStream json,
java.lang.String charset) |
DocumentContext |
parse(java.lang.Object json) |
DocumentContext |
parse(java.lang.String json) |
DocumentContext |
parse(java.net.URL url)
Deprecated.
|
DocumentContext |
parseUtf8(byte[] json) |
public ParseContextImpl()
public ParseContextImpl(Configuration configuration)
public DocumentContext parse(java.lang.Object json)
parse in interface ParseContextpublic DocumentContext parse(java.lang.String json)
parse in interface ParseContextpublic DocumentContext parseUtf8(byte[] json)
parseUtf8 in interface ParseContextpublic DocumentContext parse(java.io.InputStream json)
parse in interface ParseContextpublic DocumentContext parse(java.io.InputStream json, java.lang.String charset)
parse in interface ParseContextpublic DocumentContext parse(java.io.File json) throws java.io.IOException
parse in interface ParseContextjava.io.IOException@Deprecated public DocumentContext parse(java.net.URL url) throws java.io.IOException
parse in interface ParseContextjava.io.IOException