A B C D E F G H I J K L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
J
- Json - com.alachisoft.ncache.runtime.JSON.JsonValueType
-
Contained value is possibly in partially binary form because there was an attempt made to deserialize it on the cache server.
- JsonArray - Class in com.alachisoft.ncache.runtime.JSON
-
Class represnts JArray in JSON standards.
- JsonArray() - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Default constructor.
- JsonArray(String) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Overloaded constructor.
- JsonDataType - Enum in com.alachisoft.ncache.runtime.JSON
-
An enum demonstrating the type of data contained by the Json class.
- JsonNull - Class in com.alachisoft.ncache.runtime.JSON
-
Represents NULL value in JSON standards
- JsonNull() - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonNull
-
Default constructor.
- JsonObject - Class in com.alachisoft.ncache.runtime.JSON
-
Class represents JObject in JSON standards
- JsonObject() - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Defafault constructor
- JsonObject(String, String) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Overloaded constructor which populates attributes by parsing given JSONObject string.
- JsonValue - Class in com.alachisoft.ncache.runtime.JSON
-
Maps values other than JObject and JArray in JSON standards to primitive value types.
- JsonValue(boolean) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Boolean.
- JsonValue(byte) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Number.
- JsonValue(double) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Number.
- JsonValue(float) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Number.
- JsonValue(int) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Number.
- JsonValue(long) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Number.
- JsonValue(short) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Number.
- JsonValue(Object) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue with the specified object and type set to JsonDataType.Object.
- JsonValue(Object, JsonDataType) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
- JsonValue(String) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.String.
- JsonValue(BigDecimal) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.Number.
- JsonValue(Date) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Creates an instance of JsonValue of type JsonDataType.String.
- JsonValueBase - Class in com.alachisoft.ncache.runtime.JSON
-
An abstract class which acts as the base class for all JSON based types in NCache.
- JsonValueBase() - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValueBase
-
Default constructor
- JsonValueBase(Object, JsonDataType) - Constructor for class com.alachisoft.ncache.runtime.JSON.JsonValueBase
-
Overloaded constructor which cass the value to JSONDataType provided
- JsonValueType - Enum in com.alachisoft.ncache.runtime.JSON
-
An enum demonstrating the manner of containment of data by the Json class.
All Classes All Packages