Uses of Interface
org.exoplatform.ws.frameworks.json.JsonHandler
-
Packages that use JsonHandler Package Description org.exoplatform.ws.frameworks.json org.exoplatform.ws.frameworks.json.impl -
-
Uses of JsonHandler in org.exoplatform.ws.frameworks.json
Methods in org.exoplatform.ws.frameworks.json with parameters of type JsonHandler Modifier and Type Method Description voidJsonParser. parse(InputStream in, JsonHandler handler)Parse given character stream and build object.voidJsonParser. parse(Reader reader, JsonHandler handler)Parse given character stream and build object. -
Uses of JsonHandler in org.exoplatform.ws.frameworks.json.impl
Classes in org.exoplatform.ws.frameworks.json.impl that implement JsonHandler Modifier and Type Class Description classJsonDefaultHandlerMethods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonHandler Modifier and Type Method Description voidJsonParserImpl. parse(InputStream sream, JsonHandler eventHandler)Parse given character stream and build object.voidJsonParserImpl. parse(Reader reader, JsonHandler eventHandler)Parse given character stream and build object.
-