Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAt(int, JSONObject) - Method in class com.blackrook.json.JSONObject
-
Adds a member to a specific index in this JSONObject, shifting the contents, but only if this is an array.
- addCaseInsensitiveKeyword(String, int) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a keyword to the Lexer, case-insensitive.
- addCommentEndDelimiter(String, int) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a comment-ending delimiter to this lexer.
- addCommentLineDelimiter(String, int) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a line comment delimiter to this lexer.
- addCommentStartDelimiter(String, int) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a comment-starting delimiter to this lexer.
- addDelimiter(String, int) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a delimiter to this lexer.
- addKeyword(String, int) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a keyword to the Lexer, case-sensitive.
- addMember(String, JSONConverterSet, Object) - Method in class com.blackrook.json.JSONObject
-
Adds a member to this JSONObject, if this is an Object type.
- addMember(String, JSONObject) - Method in class com.blackrook.json.JSONObject
-
Adds a member to this JSONObject, if this is an Object type.
- addMember(String, Object) - Method in class com.blackrook.json.JSONObject
-
Adds a member to this JSONObject, if this is an Object type.
- addRawStringDelimiter(char, char) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a raw string delimiter to this lexer along with its ending character.
- addStringDelimiter(char, char) - Method in class com.blackrook.json.struct.Lexer.Kernel
-
Adds a string delimiter to this lexer along with its ending character.
- append(JSONObject) - Method in class com.blackrook.json.JSONObject
-
Appends a member to the end of this JSONObject, but only if this is an array.
- applyToObject(T) - Method in class com.blackrook.json.JSONObject
-
Applies this object to an object bean / plain ol' Java object, or Array.
- applyToObject(T, JSONConverterSet) - Method in class com.blackrook.json.JSONObject
-
Applies this object to an object bean / plain ol' Java object, or Array.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form