Uses of Interface
javax.json.JsonStructure

Packages that use JsonStructure
javax.json Java API for JSON Processing (JSON-P) API provides a way to process (for e.g. 
 

Uses of JsonStructure in javax.json
 

Classes in javax.json with type parameters of type JsonStructure
static interface JsonBuilder.JsonBuildable<T extends JsonStructure>
          Build task that gives the result of the build process
 

Subinterfaces of JsonStructure in javax.json
 interface JsonArray
          JsonArray class represents an immutable JSON array value.
 interface JsonObject
          JsonObject class represents an immutable JSON object value.
 

Methods in javax.json that return JsonStructure
 JsonStructure JsonReader.read()
          Returns a JSON array or object that is represented in the input source.
 

Methods in javax.json with parameters of type JsonStructure
 void JsonWriter.write(JsonStructure value)
          Writes the specified JSON object or array to the output source.
 




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