Package com.jayway.jsonpath.internal
Class ParseContextImpl
java.lang.Object
com.jayway.jsonpath.internal.ParseContextImpl
- All Implemented Interfaces:
ParseContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream json) parse(InputStream json, String charset) Deprecated.parseUtf8(byte[] json)
-
Constructor Details
-
ParseContextImpl
public ParseContextImpl() -
ParseContextImpl
-
-
Method Details
-
parse
- Specified by:
parsein interfaceParseContext
-
parse
- Specified by:
parsein interfaceParseContext
-
parseUtf8
- Specified by:
parseUtf8in interfaceParseContext
-
parse
- Specified by:
parsein interfaceParseContext
-
parse
- Specified by:
parsein interfaceParseContext
-
parse
- Specified by:
parsein interfaceParseContext- Throws:
IOException
-
parse
Deprecated.- Specified by:
parsein interfaceParseContext- Throws:
IOException
-