Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages

P

p - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
p - Static variable in class org.ghotibeaun.json.util.CharConstants
 
P - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
parse(File) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse from a File
parse(File, Class<T>) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse and marshal JSON data to Class instance
parse(File, ParserSettings) - Method in class org.ghotibeaun.json.parser.jep.EventParser
 
parse(File, ParserSettings) - Method in interface org.ghotibeaun.json.parser.jep.JSONEventParser
 
parse(InputStream) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse from an InputStream.
parse(InputStream, Class<T>) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse and marshal JSON data to a Class instance
parse(InputStream, String) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse from an InputStream using a defined character
parse(InputStream, String, Class<T>) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse and marshal JSON data to a Class instance
parse(InputStream, ParserSettings) - Method in class org.ghotibeaun.json.parser.jep.EventParser
 
parse(InputStream, ParserSettings) - Method in interface org.ghotibeaun.json.parser.jep.JSONEventParser
 
parse(Reader) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse from a Reader
parse(Reader, Class<T>) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse and marshal JSON data to Class instance
parse(String) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
parse(String) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse from a String
parse(String, Class<T>) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse and marshal JSON data to Class instance
parse(String, ParserSettings) - Method in class org.ghotibeaun.json.parser.jep.EventParser
 
parse(String, ParserSettings) - Method in interface org.ghotibeaun.json.parser.jep.JSONEventParser
 
parse(URL) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse from a URL.
parse(URL, Class<T>) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse and marshal JSON data to Class instance
parse(URL, ParserSettings) - Method in class org.ghotibeaun.json.parser.jep.EventParser
 
parse(URL, ParserSettings) - Method in interface org.ghotibeaun.json.parser.jep.JSONEventParser
 
parse(Path) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse from a Path reference
parse(Path, Class<T>) - Method in interface org.ghotibeaun.json.parser.JSONParser
Parse and marshal JSON data to Class instance
parse(Path, ParserSettings) - Method in class org.ghotibeaun.json.parser.jep.EventParser
 
parse(Path, ParserSettings) - Method in interface org.ghotibeaun.json.parser.jep.JSONEventParser
 
PARSER_CLASS - org.ghotibeaun.json.factory.Setting
Specifies the property for the JSONParser implementation class
ParserConfiguration - Class in org.ghotibeaun.json.parser.jep
 
ParserFactory - Class in org.ghotibeaun.json.parser
 
ParserSettings - Class in org.ghotibeaun.json.parser.jep
 
ParserSettings(ParserConfiguration) - Constructor for class org.ghotibeaun.json.parser.jep.ParserSettings
 
peek() - Method in class org.ghotibeaun.json.util.ResizableByteBuffer
Retrieves the next byte following the current cursor's position, without updating the cursor position
peek(int) - Method in class org.ghotibeaun.json.util.ResizableByteBuffer
Retrieves the byte at the specified location ahead of the cursor, without moving the cursor position
PERCENT - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
PLUS - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
prettyPrint() - Method in interface org.ghotibeaun.json.JSONNode
Pretty print the JSON as a string
prettyPrint() - Method in interface org.ghotibeaun.json.JSONValue
Returns a pretty-printed JSON structure
prettyPrint(int) - Method in interface org.ghotibeaun.json.JSONNode
Pretty print JSON string with specified indents
prettyPrint(int) - Method in interface org.ghotibeaun.json.JSONValue
Pretty print using a specified indent value
previous() - Method in class org.ghotibeaun.json.util.ResizableByteBuffer
Retrieves the byte at the position behind the current cursor
previous(int) - Method in class org.ghotibeaun.json.util.ResizableByteBuffer
Retrieves the byte at the specified number of bytes behind the current cursor, without moving the cursor
put(String, boolean) - Method in interface org.ghotibeaun.json.JSONObject
Adds or replaces a boolean value
put(String, Number) - Method in interface org.ghotibeaun.json.JSONObject
Adds or replaces a number value
put(String, Object) - Method in interface org.ghotibeaun.json.JSONMapNode
Adds a key-value pair to the map.
put(String, Object...) - Method in interface org.ghotibeaun.json.JSONMapNode
 
put(String, String) - Method in interface org.ghotibeaun.json.JSONObject
Adds or replaces a String value
put(String, JSONArray) - Method in interface org.ghotibeaun.json.JSONObject
Adds or replaces a JSONArray value
put(String, JSONNode) - Method in interface org.ghotibeaun.json.JSONObject
Set a JSONNode (either a JSONObject or JSONArray)
put(String, JSONObject) - Method in interface org.ghotibeaun.json.JSONObject
Adds or replaces a JSONObject value
put(String, JSONValue<?>) - Method in interface org.ghotibeaun.json.JSONMapNode
Add a key value pair to the map.
putAll(Map<String, JSONValue<?>>) - Method in interface org.ghotibeaun.json.JSONMapNode
 
putAllRaw(Map<String, Object>) - Method in interface org.ghotibeaun.json.JSONMapNode
Imports a generic map and creates an internal map representation of String, JSONValue<?> pairs
putNull(String) - Method in interface org.ghotibeaun.json.JSONObject
Put a null value associated with a key
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages