Uses of Package
javax.json.stream

Packages that use javax.json.stream
javax.json Java API for JSON Processing (JSON-P) API provides a way to process (for e.g. 
javax.json.spi SPI to plugin implementations for JsonParser and JsonGenerator portably. 
javax.json.stream Provides a streaming API to parse and generate JSON
 

Classes in javax.json.stream used by javax.json
JsonGenerator
          A JSON generator that writes JSON in a streaming way.
JsonGeneratorFactory
          Factory to create JsonGenerator instances.
JsonParser
          A JSON parser that allows forward, read-only access to JSON in a a streaming way.
JsonParserFactory
          Factory to create JsonParser instances.
 

Classes in javax.json.stream used by javax.json.spi
JsonGenerator
          A JSON generator that writes JSON in a streaming way.
JsonGeneratorFactory
          Factory to create JsonGenerator instances.
JsonParser
          A JSON parser that allows forward, read-only access to JSON in a a streaming way.
JsonParserFactory
          Factory to create JsonParser instances.
 

Classes in javax.json.stream used by javax.json.stream
JsonGenerator
          A JSON generator that writes JSON in a streaming way.
JsonParser
          A JSON parser that allows forward, read-only access to JSON in a a streaming way.
JsonParser.Event
          Event for parser state while parsing the JSON
 




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.