Uses of Class
com.storedobject.common.JSON
Packages that use JSON
Package
Description
-
Uses of JSON in com.storedobject.client
Methods in com.storedobject.client that return JSONModifier and TypeMethodDescriptionSend a command and receive a response.Send a command and receive a response.Client.upload
(String mimeType, InputStream data) Upload new binary content to the server.Client.upload
(String mimeType, InputStream data, String streamNameOrID) Upload some binary content to the server.Methods in com.storedobject.client with parameters of type JSON -
Uses of JSON in com.storedobject.common
Methods in com.storedobject.common that return JSONModifier and TypeMethodDescriptionstatic JSON
JSON.create()
Create a blank JSON.static JSON
Construct a JSON instance from an Object that could hopefully parse into a JSON compatible String.static JSON
Create JSON from JSS (JavaScript Structure).JSON.get
(int n) Get the value at position 'n' assuming that this is an array.Get the value for the given key.Retrieve the value for the given key and get the value from the given position from that value, assuming that value is an array type.HTTP2.Builder.json()
Retrieves and converts the response content to a JSON object.HTTP.readJSON()
Read the response as a JSON. -
Uses of JSON in com.storedobject.core
Subclasses of JSON in com.storedobject.coreModifier and TypeClassDescriptionclass
Extended JSON class with more extract methods for the core-specific attribute types.Methods in com.storedobject.core with parameters of type JSONModifier and TypeMethodDescriptiondefault String
Same like the other "serve" method except that additional JSON parameter received is also passed here.default void
ParameterService.writeResponse
(Map<String, String[]> parameters, JSON jsonReceived, PrintWriter response) This will be invoked if the getContentType method returns a non-null value and the request contains JSON. -
Uses of JSON in com.storedobject.iot
Methods in com.storedobject.iot that return JSONModifier and TypeMethodDescriptiondefault JSON
default JSON
default JSON
default JSON
default JSON
Methods in com.storedobject.iot with parameters of type JSON -
Uses of JSON in com.storedobject.ui
Methods in com.storedobject.ui that return JSONModifier and TypeMethodDescriptionJSONData.getJSON()
protected JSON
JSONField.getModelValue
(String string) Methods in com.storedobject.ui with parameters of type JSONConstructors in com.storedobject.ui with parameters of type JSONConstructor parameters in com.storedobject.ui with type arguments of type JSONModifierConstructorDescriptionBrowserMessage
(BiConsumer<String, JSON> messageGrabber) Constructor.