Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- clearCurrentLexeme() - Method in class com.blackrook.json.struct.Lexer
-
Clears the current token lexeme buffer.
- close() - Method in class com.blackrook.json.struct.Lexer.ReaderStack.Stream
- com.blackrook.json - package com.blackrook.json
-
Contains a set of classes for JSON parsing and object handling.
- com.blackrook.json.annotation - package com.blackrook.json.annotation
-
Contains a set of classes for JSON annotating Java elements pertinent to JSON conversion.
- com.blackrook.json.converters - package com.blackrook.json.converters
-
Contains some pre-packaged converters.
- com.blackrook.json.struct - package com.blackrook.json.struct
-
Additional helper data structures.
- construct(Constructor<T>, Object...) - Static method in class com.blackrook.json.struct.Utils
-
Creates a new instance of a class from a class type.
- converter() - Element in annotation interface com.blackrook.json.annotation.JSONType
-
This class's converter class.
- create(Class<T>) - Static method in class com.blackrook.json.struct.Utils
-
Creates a new instance of a class from a class type.
- create(T) - Static method in class com.blackrook.json.JSONObject
-
Creates a new JSON object using the default converter set.
- create(T, JSONConverterSet) - Static method in class com.blackrook.json.JSONObject
-
Creates a new JSON object using an associated specific converter set.
- createEmptyArray() - Static method in class com.blackrook.json.JSONObject
-
Creates a JSONObject that represents an empty array type.
- createEmptyObject() - Static method in class com.blackrook.json.JSONObject
-
Creates a JSONObject that represents an empty object type.
- currentToken() - Method in class com.blackrook.json.struct.Lexer.Parser
-
Gets the token read from the last
Lexer.Parser.nextToken()
call. - currentType(int...) - Method in class com.blackrook.json.struct.Lexer.Parser
-
Attempts to match the type of the current token.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form