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

A

accumulate(String, Object) - Method in class tr.com.terrayazilim.json.JsonObject
Accumulate values under a key.
Adapter - Annotation Type in tr.com.terrayazilim.json.annotation
 
append(String, Object) - Method in class tr.com.terrayazilim.json.JsonObject
Append values to the beginArray under a key.
append(String) - Method in class tr.com.terrayazilim.json.stream.JsonPointer.Builder
Adds an arbitrary token to the list of reference tokens.
append(int) - Method in class tr.com.terrayazilim.json.stream.JsonPointer.Builder
Adds an integer to the reference token list.
arrayOf(Type) - Static method in class tr.com.terrayazilim.json.type.Token
 

B

back() - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Back up one character.
begin() - Method in class tr.com.terrayazilim.json.stream.JsonStream
Method peeks the Queue and set JsonStream.getEntry().
beginArray() - Method in class tr.com.terrayazilim.json.stream.JsonWriter
Begin appending a new beginArray.
beginObject() - Method in class tr.com.terrayazilim.json.stream.JsonWriter
Begin appending a new beginObject.
build() - Method in class tr.com.terrayazilim.json.stream.JsonPointer.Builder
Creates a JsonPointer instance using the tokens previously set using the JsonPointer.Builder.append(String) method calls.
builder() - Static method in class tr.com.terrayazilim.json.stream.JsonPointer
Static factory method for JsonPointer.Builder.
Builder() - Constructor for class tr.com.terrayazilim.json.stream.JsonPointer.Builder
 
buildReaderGraph(Json, JsonStream, Token<T>) - Method in class tr.com.terrayazilim.json.JsonGraph
 
buildWriterGraph(Json, T, Token<T>) - Method in class tr.com.terrayazilim.json.JsonGraph
 

C

call(Json, Token<T>) - Method in interface tr.com.terrayazilim.json.JsonAdapterFactory
 
clone() - Method in class tr.com.terrayazilim.json.JsonNull
 
ConstructorToken<T> - Class in tr.com.terrayazilim.json.type
 
ConstructorToken(Type) - Constructor for class tr.com.terrayazilim.json.type.ConstructorToken
 

D

declaringClassOf(TypeVariable<?>) - Static method in class tr.com.terrayazilim.json.type.Token
 
dehexchar(char) - Static method in class tr.com.terrayazilim.json.stream.JsonTokener
Get the hex value of a character (base16).
Deserializer - Annotation Type in tr.com.terrayazilim.json.annotation
 
disableEnumDeserialization(Boolean) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
disableEnumSerialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
disableFieldModifierChecking() - Method in class tr.com.terrayazilim.json.JsonBuilder
After called this method, fields modifiers in JsonPolicy become redundant.
disableNullDeserialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
disableNullSerialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
disableSuperClassDeserialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
disableSuperClassSerialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
doubleToString(double) - Static method in class tr.com.terrayazilim.json.JsonObject
Produce a string from a double.

E

enableEnumDeserialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
enableEnumSerialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
enableFieldModifierChecking() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
enableNullDeserialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
enableNullSerialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
enableSuperClassDeserialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
enableSuperClassSerialization() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
end() - Method in class tr.com.terrayazilim.json.stream.JsonStream
Ends the stream.
end() - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Checks if the end of the input has been reached.
endArray() - Method in class tr.com.terrayazilim.json.stream.JsonWriter
End an beginArray.
endObject() - Method in class tr.com.terrayazilim.json.stream.JsonWriter
End an beginObject.
entrySet() - Method in class tr.com.terrayazilim.json.JsonObject
Get a set of entries of the JsonObject.
equals(Object) - Method in class tr.com.terrayazilim.json.JsonNull
 
equals(Object) - Method in class tr.com.terrayazilim.json.type.Token
 
equals(Type, Type) - Static method in class tr.com.terrayazilim.json.type.Token
 

F

FieldToken - Class in tr.com.terrayazilim.json.type
 
FieldToken(Field) - Constructor for class tr.com.terrayazilim.json.type.FieldToken
 
fromJson(String, Token<R>) - Method in class tr.com.terrayazilim.json.Json
 
fromJson(JsonObject, Token<T>) - Method in class tr.com.terrayazilim.json.Json
 
fromJson(JsonValue) - Static method in class tr.com.terrayazilim.json.stream.JsonBuffer
 

G

get(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the object value associated with an index.
get(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the value beginObject associated with a key.
getAdapter(Token<T>) - Method in class tr.com.terrayazilim.json.Json
Determines adapter in runtime.
getAdapters() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getAllowedFieldModifiers() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getAllowedSubClassFieldModifiers() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getBigDecimal(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the BigDecimal value associated with an index.
getBigDecimal(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the BigDecimal value associated with a key.
getBigInteger(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the BigInteger value associated with an index.
getBigInteger(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the BigInteger value associated with a key.
getBoolean(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the boolean value associated with a key.
getCollection(Token<T>) - Static method in class tr.com.terrayazilim.json.type.ConstructorToken
 
getDateFormat() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getDeclaredFields() - Method in class tr.com.terrayazilim.json.type.Token
 
getDeclaredFields(Class<?>) - Static method in class tr.com.terrayazilim.json.type.Token
 
getDefaultConstructor() - Method in class tr.com.terrayazilim.json.type.ConstructorToken
 
getDeserializer(String) - Method in class tr.com.terrayazilim.json.Json
 
getDeserializers() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getDouble(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the double value associated with an index.
getDouble(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the double value associated with a key.
getEnum(Class<E>, int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the enum value associated with an index.
getEnum(Class<E>, String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the enum value associated with a key.
getEnumDeserialization() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getEnumSerialization() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getField() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getFloat(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the float value associated with a key.
getFloat(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the float value associated with a key.
getGenericSuperType(Class<?>) - Method in class tr.com.terrayazilim.json.type.Token
 
getGenericSuperType(Type, Class<?>, Class<?>) - Static method in class tr.com.terrayazilim.json.type.Token
 
getIgnoredFields() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getIgnoredTypes() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getIgnoreFieldModifiers() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getInt(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the int value associated with an index.
getInt(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the int value associated with a key.
getJson() - Method in interface tr.com.terrayazilim.json.codec.JsonDeserializerContext
 
getJson() - Method in interface tr.com.terrayazilim.json.codec.JsonSerializerContext
 
getJSONArray(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the JsonArray associated with an index.
getJSONArray(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the JsonArray value associated with a key.
getJsonArray() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
getJsonLiteral() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
getJSONObject(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the JsonObject associated with an index.
getJSONObject(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the JsonObject value associated with a key.
getJsonObject() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
getLong(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the long value associated with an index.
getLong(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the long value associated with a key.
getMap(Token<T>) - Static method in class tr.com.terrayazilim.json.type.ConstructorToken
 
getModifiers() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getName() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getNames(JsonObject) - Static method in class tr.com.terrayazilim.json.JsonObject
Get an beginArray of field names from a JsonObject.
getNames(Object) - Static method in class tr.com.terrayazilim.json.JsonObject
Get an beginArray of field names from an Object.
getNamingPolicy() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getNullDeserialization() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getNullSerialization() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getNumber(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the Number value associated with a key.
getNumber(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the Number value associated with a key.
getPolicy() - Method in class tr.com.terrayazilim.json.Json
It returns copy of JsonPolicy, not the original one.
getPolicy() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
getQueue() - Method in class tr.com.terrayazilim.json.JsonGraph
 
getRawType() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getRawType() - Method in interface tr.com.terrayazilim.json.type.JavaToken
 
getRawType() - Method in class tr.com.terrayazilim.json.type.Token
 
getSerializer(String) - Method in class tr.com.terrayazilim.json.Json
 
getSerializers() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getSignedAdapter() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getSignedDeserializer() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getSignedIgnored() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getSignedSerializer() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getStatus() - Method in class tr.com.terrayazilim.json.stream.JsonBuffer
 
getStatus() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
getString(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the string associated with an index.
getString(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the string associated with a key.
getSuperClassDeserialization() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getSuperClassSerialization() - Method in class tr.com.terrayazilim.json.JsonPolicy
 
getSuperParameterType(Class<?>) - Method in class tr.com.terrayazilim.json.type.Token
 
getSupertype(Type, Class<?>, Class<?>) - Static method in class tr.com.terrayazilim.json.type.Token
 
getTarget() - Method in interface tr.com.terrayazilim.json.codec.JsonSerializerContext
 
getToken() - Method in class tr.com.terrayazilim.json.type.ConstructorToken
 
getType() - Method in class tr.com.terrayazilim.json.JsonArray
 
getType() - Method in class tr.com.terrayazilim.json.JsonLiteral
 
getType() - Method in class tr.com.terrayazilim.json.JsonNull
 
getType() - Method in class tr.com.terrayazilim.json.JsonObject
 
getType() - Method in class tr.com.terrayazilim.json.JsonValue
 
getType() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getType() - Method in interface tr.com.terrayazilim.json.type.JavaToken
 
getType() - Method in class tr.com.terrayazilim.json.type.Token
 
getType(Type, Class<?>) - Static method in class tr.com.terrayazilim.json.type.Token
 
getValue() - Method in class tr.com.terrayazilim.json.JsonLiteral
 
getValue(Object) - Method in class tr.com.terrayazilim.json.type.FieldToken
 
getVault() - Method in class tr.com.terrayazilim.json.JsonGraph
 

H

has(String) - Method in class tr.com.terrayazilim.json.JsonObject
Determine if the JsonObject contains a specific key.
hashCode() - Method in class tr.com.terrayazilim.json.JsonNull
 
hashCode() - Method in class tr.com.terrayazilim.json.type.Token
 
hasNext() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 

I

ignore(Type) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
ignore(String) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
Ignored - Annotation Type in tr.com.terrayazilim.json.annotation
 
increment(String) - Method in class tr.com.terrayazilim.json.JsonObject
Increment a property of a JsonObject.
isAbstract() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
isAbstract() - Method in interface tr.com.terrayazilim.json.type.JavaToken
 
isAbstract() - Method in class tr.com.terrayazilim.json.type.Token
 
isArray() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
isArray() - Method in interface tr.com.terrayazilim.json.type.JavaToken
 
isArray() - Method in class tr.com.terrayazilim.json.type.Token
 
isArrayStream() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
isCollection() - Method in class tr.com.terrayazilim.json.type.Token
 
isDecimalNotation(String) - Static method in class tr.com.terrayazilim.json.JsonObject
Tests if the value should be tried as a decimal.
isEmpty() - Method in class tr.com.terrayazilim.json.stream.JsonBuffer
 
isEnum() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
isEnum() - Method in interface tr.com.terrayazilim.json.type.JavaToken
 
isEnum() - Method in class tr.com.terrayazilim.json.type.Token
 
isInterface() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
isInterface() - Method in interface tr.com.terrayazilim.json.type.JavaToken
 
isInterface() - Method in class tr.com.terrayazilim.json.type.Token
 
isJson(String) - Static method in class tr.com.terrayazilim.json.Json
 
isJsonArray(String) - Static method in class tr.com.terrayazilim.json.Json
 
isJsonArray() - Method in class tr.com.terrayazilim.json.JsonValue
 
isJsonLiteral() - Method in class tr.com.terrayazilim.json.JsonValue
 
isJsonObject(String) - Static method in class tr.com.terrayazilim.json.Json
 
isJsonObject() - Method in class tr.com.terrayazilim.json.JsonValue
 
isLiteral(Class<?>) - Static method in class tr.com.terrayazilim.json.JsonLiteral
 
isLiteral(R) - Static method in class tr.com.terrayazilim.json.JsonLiteral
WARNING: null object counts literal since JsonNull exists as literal.
isLiteralStream() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
isMap() - Method in class tr.com.terrayazilim.json.type.Token
 
isNull(int) - Method in class tr.com.terrayazilim.json.JsonArray
Determine if the value is null.
isNull(String) - Method in class tr.com.terrayazilim.json.JsonObject
Determine if the value associated with the key is null or if there is no value.
isNumber() - Method in class tr.com.terrayazilim.json.JsonLiteral
 
isObjectStream() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
isParameterizedType() - Method in class tr.com.terrayazilim.json.type.Token
 
isSignedWithAnnotation() - Method in class tr.com.terrayazilim.json.type.FieldToken
 
isString() - Method in class tr.com.terrayazilim.json.JsonLiteral
 
isTypeVariable() - Method in class tr.com.terrayazilim.json.type.Token
 
isWildcardType() - Method in class tr.com.terrayazilim.json.type.Token
 
iterator() - Method in class tr.com.terrayazilim.json.JsonArray
 

J

JavaToken<T> - Interface in tr.com.terrayazilim.json.type
 
join(String) - Method in class tr.com.terrayazilim.json.JsonArray
Make a string from the contents of this JsonArray.
Json - Class in tr.com.terrayazilim.json
 
Json(JsonBuilder) - Constructor for class tr.com.terrayazilim.json.Json
 
Json() - Constructor for class tr.com.terrayazilim.json.Json
 
Json(JsonPolicy) - Constructor for class tr.com.terrayazilim.json.Json
 
JsonAdapter<T> - Class in tr.com.terrayazilim.json
 
JsonAdapter() - Constructor for class tr.com.terrayazilim.json.JsonAdapter
 
JsonAdapterFactory - Interface in tr.com.terrayazilim.json
 
JsonArray - Class in tr.com.terrayazilim.json
A JsonArray is an ordered sequence of values.
JsonArray() - Constructor for class tr.com.terrayazilim.json.JsonArray
Construct an empty JSONArray.
JsonArray(JsonTokener) - Constructor for class tr.com.terrayazilim.json.JsonArray
Construct a JSONArray from a JsonTokener.
JsonArray(String) - Constructor for class tr.com.terrayazilim.json.JsonArray
Construct a JSONArray from a source JSON text.
JsonArray(Collection<?>) - Constructor for class tr.com.terrayazilim.json.JsonArray
Construct a JSONArray from a Collection.
JsonArray(Object) - Constructor for class tr.com.terrayazilim.json.JsonArray
Construct a JSONArray from an array
JsonArrayAdapter<T> - Class in tr.com.terrayazilim.json.codec
 
JsonArrayAdapter(Json, Token<T>) - Constructor for class tr.com.terrayazilim.json.codec.JsonArrayAdapter
 
JsonBuffer - Class in tr.com.terrayazilim.json.stream
 
JsonBuffer() - Constructor for class tr.com.terrayazilim.json.stream.JsonBuffer
 
JsonBuffer(Appendable) - Constructor for class tr.com.terrayazilim.json.stream.JsonBuffer
 
JsonBuffer.Status - Enum in tr.com.terrayazilim.json.stream
 
JsonBuilder - Class in tr.com.terrayazilim.json
 
JsonBuilder() - Constructor for class tr.com.terrayazilim.json.JsonBuilder
 
JsonCollectionAdapter<T> - Class in tr.com.terrayazilim.json.codec
 
JsonCollectionAdapter(Json, Token<T>) - Constructor for class tr.com.terrayazilim.json.codec.JsonCollectionAdapter
 
JsonDeserializer<T> - Class in tr.com.terrayazilim.json
 
JsonDeserializer() - Constructor for class tr.com.terrayazilim.json.JsonDeserializer
 
JsonDeserializerContext<T> - Interface in tr.com.terrayazilim.json.codec
 
JsonException - Exception in tr.com.terrayazilim.json
The JsonException is thrown by the JSON.org classes when things are amiss.
JsonException(String) - Constructor for exception tr.com.terrayazilim.json.JsonException
Constructs a JSONException with an explanatory message.
JsonException(String, Throwable) - Constructor for exception tr.com.terrayazilim.json.JsonException
Constructs a JSONException with an explanatory message and cause.
JsonException(Throwable) - Constructor for exception tr.com.terrayazilim.json.JsonException
Constructs a new JSONException with the specified cause.
JsonGraph<T> - Class in tr.com.terrayazilim.json
 
JsonGraph() - Constructor for class tr.com.terrayazilim.json.JsonGraph
 
JsonGraph(Map<Object, JsonGraph.Element<?>>) - Constructor for class tr.com.terrayazilim.json.JsonGraph
 
JsonLiteral - Class in tr.com.terrayazilim.json
BigDecimal and null values counts as JsonLiteral.
JsonLiteral(Object) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(BigDecimal) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(int) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(double) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(float) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(long) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(byte) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(short) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(Number) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(boolean) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(Boolean) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(String) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(CharSequence) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonLiteral(char) - Constructor for class tr.com.terrayazilim.json.JsonLiteral
 
JsonMapAdapter<K,V> - Class in tr.com.terrayazilim.json.codec
 
JsonMapAdapter(Json, Token<Map<K, V>>) - Constructor for class tr.com.terrayazilim.json.codec.JsonMapAdapter
 
JsonNull - Class in tr.com.terrayazilim.json
 
JsonNull() - Constructor for class tr.com.terrayazilim.json.JsonNull
 
JsonNumberAdapter - Class in tr.com.terrayazilim.json.codec
 
JsonNumberAdapter() - Constructor for class tr.com.terrayazilim.json.codec.JsonNumberAdapter
 
JsonObject - Class in tr.com.terrayazilim.json
A JsonObject is an unordered collection of name/value pairs.
JsonObject() - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct an empty JSONObject.
JsonObject(JsonObject, String[]) - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct a JSONObject from a subset of another JSONObject.
JsonObject(JsonTokener) - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct a JSONObject from a JsonTokener.
JsonObject(Map<?, ?>) - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct a JSONObject from a Map.
JsonObject(Object) - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct a JSONObject from an Object using bean getters.
JsonObject(Object, String[]) - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct a JSONObject from an Object, using reflection to find the public members.
JsonObject(String) - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct a JSONObject from a source JSON text string.
JsonObject(String, Locale) - Constructor for class tr.com.terrayazilim.json.JsonObject
Construct a JSONObject from a ResourceBundle.
JsonObject(int) - Constructor for class tr.com.terrayazilim.json.JsonObject
Constructor to specify an initial capacity of the internal map.
JsonPointer - Class in tr.com.terrayazilim.json.stream
A JSON Pointer is a simple query language defined for JSON documents by RFC 6901.
JsonPointer(String) - Constructor for class tr.com.terrayazilim.json.stream.JsonPointer
Pre-parses and initializes a new JSONPointer instance.
JsonPointer(List<String>) - Constructor for class tr.com.terrayazilim.json.stream.JsonPointer
 
JsonPointer.Builder - Class in tr.com.terrayazilim.json.stream
This class allows the user to build a JsonPointer in steps, using exactly one segment in each step.
JsonPointerException - Exception in tr.com.terrayazilim.json.stream
The JsonPointerException is thrown by JSONPointer if an error occurs during evaluating a pointer.
JsonPointerException(String) - Constructor for exception tr.com.terrayazilim.json.stream.JsonPointerException
 
JsonPointerException(String, Throwable) - Constructor for exception tr.com.terrayazilim.json.stream.JsonPointerException
 
JsonPolicy - Class in tr.com.terrayazilim.json
JsonPolicy contains Serialization & Deserialization properties.
JsonPolicy() - Constructor for class tr.com.terrayazilim.json.JsonPolicy
 
JsonPolicy(JsonPolicy) - Constructor for class tr.com.terrayazilim.json.JsonPolicy
 
JsonPolicy.KeyNamingPolicy - Enum in tr.com.terrayazilim.json
 
JsonSerializer<T> - Class in tr.com.terrayazilim.json
 
JsonSerializer() - Constructor for class tr.com.terrayazilim.json.JsonSerializer
 
JsonSerializerContext<T> - Interface in tr.com.terrayazilim.json.codec
 
JsonStream - Class in tr.com.terrayazilim.json.stream
 
JsonStream(JsonValue) - Constructor for class tr.com.terrayazilim.json.stream.JsonStream
 
JsonStream(JsonLiteral) - Constructor for class tr.com.terrayazilim.json.stream.JsonStream
 
JsonStream(JsonObject) - Constructor for class tr.com.terrayazilim.json.stream.JsonStream
 
JsonStream(JsonArray) - Constructor for class tr.com.terrayazilim.json.stream.JsonStream
 
JsonStream.Status - Enum in tr.com.terrayazilim.json.stream
 
JsonString - Interface in tr.com.terrayazilim.json.stream
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 tr.com.terrayazilim.json.stream
A JsonTokener takes a source string and extracts characters and tokens from it.
JsonTokener(Reader) - Constructor for class tr.com.terrayazilim.json.stream.JsonTokener
Construct a JSONTokener from a Reader.
JsonTokener(InputStream) - Constructor for class tr.com.terrayazilim.json.stream.JsonTokener
Construct a JSONTokener from an InputStream.
JsonTokener(String) - Constructor for class tr.com.terrayazilim.json.stream.JsonTokener
Construct a JSONTokener from a string.
JsonType - Enum in tr.com.terrayazilim.json
 
JsonValue - Class in tr.com.terrayazilim.json
 
JsonValue() - Constructor for class tr.com.terrayazilim.json.JsonValue
 
JsonWriter - Class in tr.com.terrayazilim.json.stream
JsonWriter provides a quick and convenient way of producing JSON text.
JsonWriter(Appendable) - Constructor for class tr.com.terrayazilim.json.stream.JsonWriter
Make a fresh JSONWriter.

K

key() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
key(String) - Method in class tr.com.terrayazilim.json.stream.JsonWriter
Append a key.
keys() - Method in class tr.com.terrayazilim.json.JsonObject
Get an enumeration of the keys of the JsonObject.
keys() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
keySet() - Method in class tr.com.terrayazilim.json.JsonObject
Get a set of keys of the JsonObject.

L

length() - Method in class tr.com.terrayazilim.json.JsonArray
Get the number of elements in the JsonArray, included nulls.
length() - Method in class tr.com.terrayazilim.json.JsonObject
Get the number of keys stored in the JsonObject.
localize(Type) - Static method in class tr.com.terrayazilim.json.type.Token
 

M

mode - Variable in class tr.com.terrayazilim.json.stream.JsonWriter
The current mode.
more() - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class tr.com.terrayazilim.json.JsonObject
Produce a JsonArray containing the names of the elements of this JsonObject.
newInstance() - Static method in class tr.com.terrayazilim.json.JsonNull
 
newParameterizedTypeWithOwner(Type, Type, Type...) - Static method in class tr.com.terrayazilim.json.type.Token
 
next() - Method in class tr.com.terrayazilim.json.stream.JsonStream
Method polls the Queue and set JsonStream.getEntry().
next() - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Get the next character in the source string.
next(char) - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Get the next n characters.
nextArray() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If there is no more element or next element type is not instance of JsonArray, method throws JsonException
nextBool() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If there is no more element or next element type is not instance of Boolean, method throws JsonException
nextByte() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If next element is not type of byte, method throws NumberFormatException.
nextChar() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If there is no more element or next element type is not instance of char, method throws JsonException
nextClean() - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Get the next char in the string, skipping whitespace.
nextDouble() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If next element is not type of double, method throws NumberFormatException.
nextFloat() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If next element is not type of float, method throws NumberFormatException.
nextInt() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If next element is not type of int, method throws NumberFormatException.
nextKey() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
nextLong() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If next element is not type of long, method throws NumberFormatException.
nextShort() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If next element is not type of short, method throws NumberFormatException.
nextString() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
nextString(char) - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class tr.com.terrayazilim.json.stream.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 tr.com.terrayazilim.json.stream.JsonStream
 
nextValue() - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Get the next value.
NULL - Static variable in class tr.com.terrayazilim.json.JsonObject
It is sometimes more convenient and less ambiguous to have a NULL beginObject than to use Java's null value.
numberToString(Number) - Static method in class tr.com.terrayazilim.json.JsonObject
Produce a string from a Number.

O

of(Type) - Static method in class tr.com.terrayazilim.json.type.Token
 
of(Class<T>) - Static method in class tr.com.terrayazilim.json.type.Token
 
opt(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional object value associated with an index.
opt(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional value associated with a key.
optBigDecimal(int, BigDecimal) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional BigDecimal value associated with an index.
optBigDecimal(String, BigDecimal) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional BigDecimal associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optBigInteger(int, BigInteger) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional BigInteger value associated with an index.
optBigInteger(String, BigInteger) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional BigInteger associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optBoolean(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional double value associated with an index.
optDouble(String) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.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.
optEnum(Class<E>, int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the enum value associated with a key.
optEnum(Class<E>, int, E) - Method in class tr.com.terrayazilim.json.JsonArray
Get the enum value associated with a key.
optEnum(Class<E>, String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the enum value associated with a key.
optEnum(Class<E>, String, E) - Method in class tr.com.terrayazilim.json.JsonObject
Get the enum value associated with a key.
optFloat(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional float value associated with an index.
optFloat(int, float) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional float value associated with an index.
optFloat(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get the optional double value associated with an index.
optFloat(String, float) - Method in class tr.com.terrayazilim.json.JsonObject
Get the optional double value associated with an index.
optInt(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional int value associated with an index.
optInt(String) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.JsonArray
Get the optional JsonArray associated with an index.
optJSONArray(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional JsonArray associated with a key.
optJSONObject(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional JsonObject associated with an index.
optJSONObject(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional JsonObject associated with a key.
optLong(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional long value associated with an index.
optLong(String) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.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.
optNumber(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get an optional Number value associated with a key, or null if there is no such key or if the value is not a number.
optNumber(int, Number) - Method in class tr.com.terrayazilim.json.JsonArray
Get an optional Number value associated with a key, or the default if there is no such key or if the value is not a number.
optNumber(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional Number value associated with a key, or null if there is no such key or if the value is not a number.
optNumber(String, Number) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional Number value associated with a key, or the default if there is no such key or if the value is not a number.
optQuery(String) - Method in class tr.com.terrayazilim.json.JsonArray
Queries and returns a value from this object using jsonPointer, or returns null if the query fails due to a missing key.
optQuery(JsonPointer) - Method in class tr.com.terrayazilim.json.JsonArray
Queries and returns a value from this object using jsonPointer, or returns null if the query fails due to a missing key.
optQuery(String) - Method in class tr.com.terrayazilim.json.JsonObject
Queries and returns a value from this beginObject using jsonPointer, or returns null if the query fails due to a missing key.
optQuery(JsonPointer) - Method in class tr.com.terrayazilim.json.JsonObject
Queries and returns a value from this beginObject using jsonPointer, or returns null if the query fails due to a missing key.
optString(int) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional string value associated with an index.
optString(int, String) - Method in class tr.com.terrayazilim.json.JsonArray
Get the optional string associated with an index.
optString(String) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional string associated with a key.
optString(String, String) - Method in class tr.com.terrayazilim.json.JsonObject
Get an optional string associated with a key.

P

peek() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekArray() - Method in class tr.com.terrayazilim.json.stream.JsonStream
If peeked element type is not instance of JsonArray, method throws JsonException
peekByte() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekDouble() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekFloat() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekInt() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekLong() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekObject() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekShort() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
peekString() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
put(boolean) - Method in class tr.com.terrayazilim.json.JsonArray
Append a boolean value.
put(Collection<?>) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.JsonArray
Append a double value.
put(int) - Method in class tr.com.terrayazilim.json.JsonArray
Append an int value.
put(long) - Method in class tr.com.terrayazilim.json.JsonArray
Append an long value.
put(Map<?, ?>) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.JsonArray
Append an object value.
put(int, boolean) - Method in class tr.com.terrayazilim.json.JsonArray
Put or replace a boolean value in the JsonArray.
put(int, Collection<?>) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.JsonArray
Put or replace a double value.
put(int, int) - Method in class tr.com.terrayazilim.json.JsonArray
Put or replace an int value.
put(int, long) - Method in class tr.com.terrayazilim.json.JsonArray
Put or replace a long value.
put(int, Map<?, ?>) - Method in class tr.com.terrayazilim.json.JsonArray
Put a value in the JsonArray, where the value will be a JsonObject that is produced from a Map.
put(int, Object) - Method in class tr.com.terrayazilim.json.JsonArray
Put or replace an object value in the JsonArray.
put(String, JsonLiteral) - Method in class tr.com.terrayazilim.json.JsonObject
 
put(String, boolean) - Method in class tr.com.terrayazilim.json.JsonObject
Put a key/boolean pair in the JsonObject.
put(String, Collection<?>) - Method in class tr.com.terrayazilim.json.JsonObject
Put a key/value pair in the JsonObject, where the value will be a JsonArray which is produced from a Collection.
put(String, double) - Method in class tr.com.terrayazilim.json.JsonObject
Put a key/double pair in the JsonObject.
put(String, float) - Method in class tr.com.terrayazilim.json.JsonObject
Put a key/float pair in the JsonObject.
put(String, int) - Method in class tr.com.terrayazilim.json.JsonObject
Put a key/int pair in the JsonObject.
put(String, long) - Method in class tr.com.terrayazilim.json.JsonObject
Put a key/long pair in the JsonObject.
put(String, Map<?, ?>) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.JsonObject
Put a key/value pair in the JsonObject.
putOnce(String, Object) - Method in class tr.com.terrayazilim.json.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 tr.com.terrayazilim.json.JsonObject
Put a key/value pair in the JsonObject, but only if the key and the value are both non-null.

Q

query(String) - Method in class tr.com.terrayazilim.json.JsonArray
Creates a JsonPointer using an initialization string and tries to match it to an item within this JsonArray.
query(JsonPointer) - Method in class tr.com.terrayazilim.json.JsonArray
Uses a uaer initialized JsonPointer and tries to match it to an item whithin this JsonArray.
query(String) - Method in class tr.com.terrayazilim.json.JsonObject
Creates a JsonPointer using an initialization string and tries to match it to an item within this JsonObject.
query(JsonPointer) - Method in class tr.com.terrayazilim.json.JsonObject
Uses a user initialized JsonPointer and tries to match it to an item within this JsonObject.
queryFrom(Object) - Method in class tr.com.terrayazilim.json.stream.JsonPointer
Evaluates this JSON Pointer on the given document.
quote(String) - Static method in class tr.com.terrayazilim.json.JsonObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class tr.com.terrayazilim.json.JsonObject
 

R

rawTypeOf(Type) - Static method in class tr.com.terrayazilim.json.type.Token
 
read(JsonStream) - Method in class tr.com.terrayazilim.json.codec.JsonArrayAdapter
 
read(JsonStream) - Method in class tr.com.terrayazilim.json.codec.JsonCollectionAdapter
 
read(JsonStream) - Method in class tr.com.terrayazilim.json.codec.JsonMapAdapter
 
read(JsonStream) - Method in class tr.com.terrayazilim.json.codec.JsonNumberAdapter
 
read(JsonStream) - Method in class tr.com.terrayazilim.json.JsonAdapter
 
read(JsonStream, JsonDeserializerContext<T>) - Method in class tr.com.terrayazilim.json.JsonDeserializer
 
registerAdapter(Type, JsonAdapter<R>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerAllowedFieldModifier(Integer) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerAllowedFieldModifiers(Set<Integer>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerAllowedSubClassFieldModifier(Integer) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerAllowedSubClassFieldModifiers(Set<Integer>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerDeserializer(String, JsonDeserializer<R>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerDeserializer(Type, JsonDeserializer<R>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerIgnoredFields(Set<String>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerIgnoredTypes(Set<Type>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerKeyNamingPolicy(JsonPolicy.KeyNamingPolicy) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerSerializer(String, JsonSerializer<R>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
registerSerializer(Type, JsonSerializer<R>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
remove(int) - Method in class tr.com.terrayazilim.json.JsonArray
Remove an index and close the hole.
remove(String) - Method in class tr.com.terrayazilim.json.JsonObject
Remove a name and its value, if present.
resolve(Type) - Method in class tr.com.terrayazilim.json.type.Token
 
resolve(Type, Class<?>, Type) - Static method in class tr.com.terrayazilim.json.type.Token
 
resolveBounds(WildcardType) - Static method in class tr.com.terrayazilim.json.type.Token
 
resolveTypeVariable(TypeVariable) - Method in class tr.com.terrayazilim.json.type.Token
 
resolveTypeVariable(Type, Class<?>, TypeVariable<?>) - Static method in class tr.com.terrayazilim.json.type.Token
 
resolveWildCardType(Type) - Static method in class tr.com.terrayazilim.json.type.Token
 

S

Serializer - Annotation Type in tr.com.terrayazilim.json.annotation
 
setAdapters(Map<Type, JsonAdapter<?>>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
setAdapters(Map<Type, JsonAdapter<?>>) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setAllowedFieldModifiers(Set<Integer>) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setAllowedSubClassFieldModifiers(Set<Integer>) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setDateFormat(String) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
setDateFormat(String) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setDeserializers(Map<Object, JsonDeserializer<?>>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
setDeserializers(Map<Object, JsonDeserializer<?>>) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setEnumDeserialization(Boolean) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setEnumSerialization(Boolean) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setIgnoredFields(Set<String>) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setIgnoredTypes(Set<Type>) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setIgnoreFieldModifiers(Boolean) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setKeyNamingPolicy(JsonPolicy.KeyNamingPolicy) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
setNamingPolicy(JsonPolicy.KeyNamingPolicy) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setNullDeserialization(Boolean) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setNullSerialization(Boolean) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setSerializer(Map<Object, JsonSerializer<?>>) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setSerializers(Map<Object, JsonSerializer<?>>) - Method in class tr.com.terrayazilim.json.JsonBuilder
 
setSuperClassDeserialization(Boolean) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
setSuperClassSerialization(Boolean) - Method in class tr.com.terrayazilim.json.JsonPolicy
 
similar(Object) - Method in class tr.com.terrayazilim.json.JsonArray
Determine if two JSONArrays are similar.
similar(Object) - Method in class tr.com.terrayazilim.json.JsonObject
Determine if two JSONObjects are similar.
size() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
skipTo(char) - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Skip characters until the next character is the requested character.
stringToNumber(String) - Static method in class tr.com.terrayazilim.json.JsonObject
Converts a string to a number using the narrowest possible type.
stringToValue(String) - Static method in class tr.com.terrayazilim.json.JsonObject
Try to convert a string into a number, boolean, or null.
subtypeOf(Type) - Static method in class tr.com.terrayazilim.json.type.Token
 
supertypeOf(Type) - Static method in class tr.com.terrayazilim.json.type.Token
 
syntaxError(String) - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Make a JsonException to signal a syntax error.
syntaxError(String, Throwable) - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Make a JsonException to signal a syntax error.

T

testValidity(Object) - Static method in class tr.com.terrayazilim.json.JsonObject
Throw an exception if the beginObject is a NaN or infinite number.
toBuffer() - Method in class tr.com.terrayazilim.json.JsonValue
 
toJson(T) - Method in class tr.com.terrayazilim.json.Json
 
toJson(T, Token<T>) - Method in class tr.com.terrayazilim.json.Json
Use it for instances that has generic signature.
toJson(R, int) - Method in class tr.com.terrayazilim.json.Json
 
toJson() - Method in class tr.com.terrayazilim.json.JsonBuilder
 
toJSONArray(JsonArray) - Method in class tr.com.terrayazilim.json.JsonObject
Produce a JsonArray containing the values of the members of this JsonObject.
toJSONObject(JsonArray) - Method in class tr.com.terrayazilim.json.JsonArray
Produce a JsonObject by combining a JsonArray of names with the values of this JsonArray.
toJsonString() - Method in interface tr.com.terrayazilim.json.stream.JsonString
The toJsonString method allows a class to produce its own JSON serialization.
Token<T> - Class in tr.com.terrayazilim.json.type
Derived and modified version of Gson.TypeToken.
Token() - Constructor for class tr.com.terrayazilim.json.type.Token
 
Token(Type) - Constructor for class tr.com.terrayazilim.json.type.Token
 
toList() - Method in class tr.com.terrayazilim.json.JsonArray
Returns a java.util.List containing all of the elements in this array.
toMap() - Method in class tr.com.terrayazilim.json.JsonObject
Returns a java.util.Map containing all of the entries in this beginObject.
toString() - Method in class tr.com.terrayazilim.json.JsonArray
Make a JSON text of this JsonArray.
toString(int) - Method in class tr.com.terrayazilim.json.JsonArray
Make a pretty-printed JSON text of this JsonArray.
toString() - Method in class tr.com.terrayazilim.json.JsonLiteral
 
toString() - Method in class tr.com.terrayazilim.json.JsonNull
 
toString() - Method in class tr.com.terrayazilim.json.JsonObject
Make a JSON text of this JsonObject.
toString(int) - Method in class tr.com.terrayazilim.json.JsonObject
Make a pretty-printed JSON text of this JsonObject.
toString() - Method in class tr.com.terrayazilim.json.JsonValue
 
toString() - Method in class tr.com.terrayazilim.json.stream.JsonBuffer
 
toString() - Method in class tr.com.terrayazilim.json.stream.JsonPointer
Returns a string representing the JsonPointer path value using string representation
toString() - Method in class tr.com.terrayazilim.json.stream.JsonTokener
Make a printable string of this JsonTokener.
toURIFragment() - Method in class tr.com.terrayazilim.json.stream.JsonPointer
Returns a string representing the JsonPointer path value using URI fragment identifier representation
tr.com.terrayazilim.json - package tr.com.terrayazilim.json
 
tr.com.terrayazilim.json.annotation - package tr.com.terrayazilim.json.annotation
 
tr.com.terrayazilim.json.codec - package tr.com.terrayazilim.json.codec
 
tr.com.terrayazilim.json.stream - package tr.com.terrayazilim.json.stream
 
tr.com.terrayazilim.json.type - package tr.com.terrayazilim.json.type
 

V

value() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
value(boolean) - Method in class tr.com.terrayazilim.json.stream.JsonWriter
Append either the value true or the value false.
value(double) - Method in class tr.com.terrayazilim.json.stream.JsonWriter
Append a double value.
value(long) - Method in class tr.com.terrayazilim.json.stream.JsonWriter
Append a long value.
value(Object) - Method in class tr.com.terrayazilim.json.stream.JsonWriter
Append an beginObject value.
valueOf(String) - Static method in enum tr.com.terrayazilim.json.JsonPolicy.KeyNamingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.com.terrayazilim.json.JsonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.com.terrayazilim.json.stream.JsonBuffer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.com.terrayazilim.json.stream.JsonStream.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum tr.com.terrayazilim.json.JsonPolicy.KeyNamingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.com.terrayazilim.json.JsonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.com.terrayazilim.json.stream.JsonBuffer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.com.terrayazilim.json.stream.JsonStream.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class tr.com.terrayazilim.json.stream.JsonStream
 
valueToString(Object) - Static method in class tr.com.terrayazilim.json.JsonObject
Make a JSON text of an Object value.
valueToString(Object) - Static method in class tr.com.terrayazilim.json.stream.JsonWriter
Make a JSON text of an Object value.

W

wrap(Object) - Static method in class tr.com.terrayazilim.json.JsonObject
Wrap an beginObject, if necessary.
write(JsonBuffer, T) - Method in class tr.com.terrayazilim.json.codec.JsonArrayAdapter
 
write(JsonBuffer, Collection<T>) - Method in class tr.com.terrayazilim.json.codec.JsonCollectionAdapter
 
write(JsonBuffer, Map<K, V>) - Method in class tr.com.terrayazilim.json.codec.JsonMapAdapter
 
write(JsonBuffer, Number) - Method in class tr.com.terrayazilim.json.codec.JsonNumberAdapter
 
write(JsonBuffer, T) - Method in class tr.com.terrayazilim.json.JsonAdapter
 
write(Writer) - Method in class tr.com.terrayazilim.json.JsonArray
Write the contents of the JsonArray as JSON text to a writer.
write(Writer, int, int) - Method in class tr.com.terrayazilim.json.JsonArray
Write the contents of the JsonArray as JSON text to a writer.
write(Writer) - Method in class tr.com.terrayazilim.json.JsonObject
Write the contents of the JsonObject as JSON text to a writer.
write(Writer, int, int) - Method in class tr.com.terrayazilim.json.JsonObject
Write the contents of the JsonObject as JSON text to a writer.
write(JsonBuffer, JsonSerializerContext<T>) - Method in class tr.com.terrayazilim.json.JsonSerializer
 
writer - Variable in class tr.com.terrayazilim.json.stream.JsonWriter
The writer that will receive the output.
A B C D E F G H I J K L M N O P Q R S T V W 
Skip navigation links

Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.