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
IOException
ReadContext parse(URL json) throws IOException
IOException
Copyright © 2011–2014. All rights reserved.