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 ParseContext
public DocumentContext parse(String json)
parse
in interface ParseContext
public DocumentContext parseUtf8(byte[] json)
parseUtf8
in interface ParseContext
public DocumentContext parse(InputStream json)
parse
in interface ParseContext
public DocumentContext parse(InputStream json, String charset)
parse
in interface ParseContext
public DocumentContext parse(File json) throws IOException
parse
in interface ParseContext
IOException
@Deprecated public DocumentContext parse(URL url) throws IOException
parse
in interface ParseContext
IOException
Copyright © 2024. All rights reserved.