Uses of Interface
javax.json.JsonStructure
-
Packages that use JsonStructure Package Description javax.json Provides an object model API to process JSON.org.glassfish.json.jaxrs -
-
Uses of JsonStructure in javax.json
Subinterfaces of JsonStructure in javax.json Modifier and Type Interface Description interfaceJsonArrayJsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values).interfaceJsonObjectJsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).Methods in javax.json that return JsonStructure Modifier and Type Method Description JsonStructureJsonReader. read()Returns a JSON array or object that is represented in the input source.Methods in javax.json with parameters of type JsonStructure Modifier and Type Method Description voidJsonWriter. write(JsonStructure value) -
Uses of JsonStructure in org.glassfish.json.jaxrs
Methods in org.glassfish.json.jaxrs that return JsonStructure Modifier and Type Method Description JsonStructureJsonStructureBodyReader. 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 JsonStructure Modifier and Type Method Description longJsonStructureBodyWriter. getSize(JsonStructure jsonStructure, Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidJsonStructureBodyWriter. 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 JsonStructure Modifier and Type Method Description JsonStructureJsonStructureBodyReader. readFrom(Class<JsonStructure> jsonStructureClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> stringStringMultivaluedMap, InputStream inputStream)
-