Uses of Interface
javax.json.JsonStructure
Packages that use JsonStructure
-
Uses of JsonStructure in javax.json
Subinterfaces of JsonStructure in javax.jsonModifier and TypeInterfaceDescriptioninterface
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values).interface
JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).Methods in javax.json that return JsonStructureModifier and TypeMethodDescriptionJsonReader.read()
Returns a JSON array or object that is represented in the input source.Methods in javax.json with parameters of type JsonStructure -
Uses of JsonStructure in org.glassfish.json
Classes in org.glassfish.json that implement JsonStructureModifier and TypeClassDescriptionprivate static final class
private static final class
Methods in org.glassfish.json that return JsonStructureMethods in org.glassfish.json with parameters of type JsonStructure -
Uses of JsonStructure in org.glassfish.json.jaxrs
Methods in org.glassfish.json.jaxrs that return JsonStructureModifier and TypeMethodDescriptionJsonStructureBodyReader.readFrom
(Class<JsonStructure> jsonStructureClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> stringStringMultivaluedMap, InputStream inputStream) Methods in org.glassfish.json.jaxrs with parameters of type JsonStructureModifier and TypeMethodDescriptionlong
JsonStructureBodyWriter.getSize
(JsonStructure jsonStructure, Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) void
JsonStructureBodyWriter.writeTo
(JsonStructure jsonStructure, Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> stringObjectMultivaluedMap, OutputStream outputStream) Method parameters in org.glassfish.json.jaxrs with type arguments of type JsonStructureModifier and TypeMethodDescriptionJsonStructureBodyReader.readFrom
(Class<JsonStructure> jsonStructureClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> stringStringMultivaluedMap, InputStream inputStream)