Skip navigation links
A B D F G H I J K L M N O P Q R S T W 

A

accumulate(String, Object) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Accumulate values under a key.
append(String, Object) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Append values to the array under a key.

B

back() - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Back up one character.

D

dehexchar(char) - Static method in class org.datanucleus.api.rest.orgjson.JSONTokener
Get the hex value of a character (base16).
destroy() - Method in class org.datanucleus.api.rest.RestServlet
 
disconnect() - Method in class org.datanucleus.api.rest.DummyStateManager
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.datanucleus.api.rest.RestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.datanucleus.api.rest.RestServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.datanucleus.api.rest.RestServlet
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.datanucleus.api.rest.RestServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.datanucleus.api.rest.RestServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.datanucleus.api.rest.RestServlet
 
doubleToString(double) - Static method in class org.datanucleus.api.rest.orgjson.JSONObject
Produce a string from a double.
DummyStateManager - Class in org.datanucleus.api.rest
 
DummyStateManager(Class) - Constructor for class org.datanucleus.api.rest.DummyStateManager
 

F

fetchBooleanField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchByteField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchCharField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchDoubleField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchFloatField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchIntField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchLongField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchObjectField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchShortField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
fetchStringField(int) - Method in class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
FromJSONFieldManager - Class in org.datanucleus.api.rest.fieldmanager
FieldManager responsible for accessing the values from a JSONObject, and putting into a POJO.
FromJSONFieldManager(JSONObject, AbstractClassMetaData, ExecutionContext) - Constructor for class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 
FromJSONFieldManager(JSONObject, AbstractClassMetaData, ObjectProvider) - Constructor for class org.datanucleus.api.rest.fieldmanager.FromJSONFieldManager
 

G

get(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
 
get(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the value object associated with a key.
getBoolean(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the boolean value associated with a key.
getBooleanField(Persistable, int, boolean) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getByteField(Persistable, int, byte) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getCause() - Method in exception org.datanucleus.api.rest.orgjson.JSONException
 
getCharField(Persistable, int, char) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getDouble(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the double value associated with a key.
getDoubleField(Persistable, int, double) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getExecutionContext(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getFloatField(Persistable, int, float) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getIdentityForURLToken(AbstractClassMetaData, String, PersistenceNucleusContext) - Static method in class org.datanucleus.api.rest.RESTUtils
 
getInt(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the int value associated with a key.
getIntField(Persistable, int, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getJSONArray(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the JSONArray value associated with a key.
getJSONArrayFromCollection(Collection, ExecutionContext) - Static method in class org.datanucleus.api.rest.RESTUtils
Method to convert the provided POJO into its equivalent JSONObject.
getJSONObject(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the JSONObject value associated with a key.
getJSONObjectFromPOJO(Object, ExecutionContext) - Static method in class org.datanucleus.api.rest.RESTUtils
Method to convert the provided POJO into its equivalent JSONObject.
getLong(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the long value associated with a key.
getLongField(Persistable, int, long) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getNames(JSONObject) - Static method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an array of field names from an Object.
getNonPersistableObjectFromJSONObject(JSONObject, Class, NucleusContext) - Static method in class org.datanucleus.api.rest.RESTUtils
Deserialise from JSON to an object.
getObject() - Method in class org.datanucleus.api.rest.DummyStateManager
 
getObjectField(Persistable, int, Object) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getObjectFromJSONObject(JSONObject, String, ExecutionContext) - Static method in class org.datanucleus.api.rest.RESTUtils
Method to convert the provided JSONObject into its equivalent object.
getObjectId(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getShortField(Persistable, int, short) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getString(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the string associated with a key.
getStringField(Persistable, int, String) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getTransactionalObjectId(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
getVersion(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 

H

has(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Determine if the JSONObject contains a specific key.

I

init(ServletConfig) - Method in class org.datanucleus.api.rest.RestServlet
 
isDeleted(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
isDirty(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
isLoaded(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
isNew(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
isNull(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Determine if the value associated with the key is null or if there is no value.
isPersistent(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
isTransactional(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 

J

join(String) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.datanucleus.api.rest.orgjson
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.datanucleus.api.rest.orgjson.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.datanucleus.api.rest.orgjson.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.datanucleus.api.rest.orgjson.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.datanucleus.api.rest.orgjson.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.datanucleus.api.rest.orgjson.JSONArray
 
JSONArray(Object) - Constructor for class org.datanucleus.api.rest.orgjson.JSONArray
 
JSONArray(Object, boolean) - Constructor for class org.datanucleus.api.rest.orgjson.JSONArray
 
JSONException - Exception in org.datanucleus.api.rest.orgjson
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.datanucleus.api.rest.orgjson.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.datanucleus.api.rest.orgjson.JSONException
 
JSONObject - Class in org.datanucleus.api.rest.orgjson
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.datanucleus.api.rest.orgjson.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in org.datanucleus.api.rest.orgjson
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONTokener - Class in org.datanucleus.api.rest.orgjson
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.datanucleus.api.rest.orgjson.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.datanucleus.api.rest.orgjson.JSONTokener
Construct a JSONTokener from a string.

K

keys() - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get the number of keys stored in the JSONObject.
LOGGER_REST - Static variable in class org.datanucleus.api.rest.RestServlet
 

M

makeDirty(Persistable, String) - Method in class org.datanucleus.api.rest.DummyStateManager
 
more() - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Get the next n characters.
nextClean() - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Get the next char in the string, skipping whitespace.
nextString(char) - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Get the next value.
NULL - Static variable in class org.datanucleus.api.rest.orgjson.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.datanucleus.api.rest.orgjson.JSONObject
Produce a string from a Number.

O

opt(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an optional string associated with a key.
org.datanucleus.api.rest - package org.datanucleus.api.rest
 
org.datanucleus.api.rest.fieldmanager - package org.datanucleus.api.rest.fieldmanager
 
org.datanucleus.api.rest.orgjson - package org.datanucleus.api.rest.orgjson
Repackaging of "org.json" and was subject to the following license.

P

preSerialize(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedBooleanField(Persistable, int, boolean) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedByteField(Persistable, int, byte) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedCharField(Persistable, int, char) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedDoubleField(Persistable, int, double) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedFloatField(Persistable, int, float) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedIntField(Persistable, int, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedLongField(Persistable, int, long) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedObjectField(Persistable, int, Object) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedShortField(Persistable, int, short) - Method in class org.datanucleus.api.rest.DummyStateManager
 
providedStringField(Persistable, int, String) - Method in class org.datanucleus.api.rest.DummyStateManager
 
put(boolean) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Append a boolean value.
put(Collection) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Append a double value.
put(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Append an int value.
put(long) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Append an long value.
put(Map) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Append an object value.
put(int, boolean) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

quote(String) - Static method in class org.datanucleus.api.rest.orgjson.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

remove(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Remove a index and close the hole.
remove(String) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Remove a name and its value, if present.
replacingBooleanField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingByteField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingCharField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingDetachedState(Detachable, Object[]) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingDoubleField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingFlags(Persistable) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingFloatField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingIntField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingLongField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingObjectField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingShortField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingStateManager(Persistable, StateManager) - Method in class org.datanucleus.api.rest.DummyStateManager
 
replacingStringField(Persistable, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
RestServlet - Class in org.datanucleus.api.rest
This servlet exposes persistent class via RESTful HTTP requests.
RestServlet() - Constructor for class org.datanucleus.api.rest.RestServlet
 
RESTUtils - Class in org.datanucleus.api.rest
Series of convenience methods for manipulating JSONObject objects.
RESTUtils() - Constructor for class org.datanucleus.api.rest.RESTUtils
 

S

setBooleanField(Persistable, int, boolean, boolean) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setByteField(Persistable, int, byte, byte) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setCharField(Persistable, int, char, char) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setDoubleField(Persistable, int, double, double) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setFloatField(Persistable, int, float, float) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setIntField(Persistable, int, int, int) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setLongField(Persistable, int, long, long) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setObjectField(Persistable, int, Object, Object) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setShortField(Persistable, int, short, short) - Method in class org.datanucleus.api.rest.DummyStateManager
 
setStringField(Persistable, int, String, String) - Method in class org.datanucleus.api.rest.DummyStateManager
 
skipTo(char) - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Get an enumeration of the keys of the JSONObject.
storeBooleanField(int, boolean) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeByteField(int, byte) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeCharField(int, char) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeDoubleField(int, double) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeFloatField(int, float) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeIntField(int, int) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeLongField(int, long) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeObjectField(int, Object) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeShortField(int, short) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
storeStringField(int, String) - Method in class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
stringToValue(String) - Static method in class org.datanucleus.api.rest.orgjson.JSONObject
Try to convert a string into a number, boolean, or null.
syntaxError(String) - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Make a JSONException to signal a syntax error.

T

toJSONArray(JSONArray) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
ToJSONFieldManager - Class in org.datanucleus.api.rest.fieldmanager
FieldManager to allow population of a JSONObject with values from fields of a persistable object.
ToJSONFieldManager(JSONObject, AbstractClassMetaData, ExecutionContext) - Constructor for class org.datanucleus.api.rest.fieldmanager.ToJSONFieldManager
 
toJSONObject(JSONArray) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.datanucleus.api.rest.orgjson.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.datanucleus.api.rest.orgjson.JSONTokener
Make a printable string of this JSONTokener.

W

write(Writer) - Method in class org.datanucleus.api.rest.orgjson.JSONArray
 
write(Writer) - Method in class org.datanucleus.api.rest.orgjson.JSONObject
 
A B D F G H I J K L M N O P Q R S T W 
Skip navigation links

Copyright © 2016. All rights reserved.