public interface ParseContext
| Modifier and Type | Method and Description |
|---|---|
ReadContext |
parse(File json) |
ReadContext |
parse(InputStream json) |
ReadContext |
parse(Object json) |
ReadContext |
parse(String json) |
ReadContext |
parse(URL json) |
ReadContext parse(String json)
ReadContext parse(Object json)
ReadContext parse(InputStream json)
ReadContext parse(File json) throws IOException
IOExceptionReadContext parse(URL json) throws IOException
IOExceptionCopyright © 2011–2013. All rights reserved.