Uses of Interface
org.exoplatform.ws.frameworks.json.JsonHandler
Packages that use JsonHandler
-
Uses of JsonHandler in org.exoplatform.ws.frameworks.json
Methods in org.exoplatform.ws.frameworks.json with parameters of type JsonHandlerModifier and TypeMethodDescriptionvoidJsonParser.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 JsonHandlerMethods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonHandlerModifier and TypeMethodDescriptionvoidJsonParserImpl.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.