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

N

n - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
n - Static variable in class org.ghotibeaun.json.util.CharConstants
 
N - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
NAK - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
names() - Method in interface org.ghotibeaun.json.JSONMapNode
Returns an array of each entry's keys
NEW_INSTANCE - org.ghotibeaun.json.merge.MergeResult
Return a JSONNode instance containing the merge between the primary and secondary JSON instance
newBooleanValue(boolean) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newConfiguration(JSONEventHandler) - Static method in class org.ghotibeaun.json.parser.jep.ParserConfiguration
 
newConfiguration(JSONEventHandler, JSONEventProvider) - Static method in class org.ghotibeaun.json.parser.jep.ParserConfiguration
 
newConfiguration(JSONEventHandler, JSONEventProcessor, JSONEventProvider) - Static method in class org.ghotibeaun.json.parser.jep.ParserConfiguration
 
newCsvParser() - Method in class org.ghotibeaun.json.JSONFactory
 
newCsvParser(CSVSettings) - Method in class org.ghotibeaun.json.JSONFactory
 
newDataEvent(ByteBuffer, JSONEventType) - Static method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
 
newDataEvent(ByteBuffer, JSONEventType, int, int) - Static method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
 
newDefaultEventProvider() - Static method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
newDefaultProcessor() - Static method in class org.ghotibeaun.json.parser.jep.processor.EventProcessor
 
newEventParser() - Static method in class org.ghotibeaun.json.parser.jep.EventParser
 
newFactory() - Static method in class org.ghotibeaun.json.JSONFactory
Create a new factory implementation.
newFactory(boolean) - Static method in class org.ghotibeaun.json.JSONFactory
 
newJSONArray() - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newJSONArray() - Method in interface org.ghotibeaun.json.parser.JSONParser
Create an empty JSONArray
newJSONArray(List<Object>) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newJSONArrayValue(JSONArray) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newJSONCSVParser(CSVSettings) - Static method in class org.ghotibeaun.json.parser.csv.JSONCSVParserFactory
 
newJSONNullValue() - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newJSONObject() - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newJSONObject() - Method in interface org.ghotibeaun.json.parser.JSONParser
Create an empty JSONObject
newJSONObject(Map<String, ?>) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newJSONObjectValue(JSONObject) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newKey(String) - Method in class org.ghotibeaun.json.parser.jep.eventhandler.ConsoleEventHandler
 
newKey(String) - Method in class org.ghotibeaun.json.parser.jep.eventhandler.EventHandler
 
newKey(String) - Method in interface org.ghotibeaun.json.parser.jep.eventhandler.JSONEventHandler
 
newMemberHandler(Member, ScannerEntry, Optional<ValueConverter<?>>) - Static method in class org.ghotibeaun.json.converters.handlers.MemberHandler
 
newNumberValue(Number) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newParser() - Method in class org.ghotibeaun.json.JSONFactory
Instantiate the underlying JSONParser implementation for this factory
newSerializer() - Method in class org.ghotibeaun.json.JSONFactory
Instantiate the underlying JSONSerializer implementation for this factory
newSettings() - Static method in class org.ghotibeaun.json.parser.csv.CSVSettings
 
newSettings(Column...) - Static method in class org.ghotibeaun.json.parser.csv.CSVSettings
 
newSettings(EventHandler) - Static method in class org.ghotibeaun.json.parser.jep.ParserSettings
 
newStringValue(String) - Static method in class org.ghotibeaun.json.factory.NodeFactory
 
newTokenEvent(JSONEventType) - Static method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
 
newTokenEvent(JSONEventType, int, int) - Static method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
 
next() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
 
NINE - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
NINE - Static variable in class org.ghotibeaun.json.util.CharConstants
 
NodeFactory - Class in org.ghotibeaun.json.factory
 
NodeFactory() - Constructor for class org.ghotibeaun.json.factory.NodeFactory
 
NonFloatingPointNumber - Enum in org.ghotibeaun.json.parser.jep
 
notifyArrayEnd() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
Notify consumer that we encountered the end of an array boundary
notifyArrayStart() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
Notify consumer that we encountered the start of an array boundary
notifyBooleanTokenEnd(ByteBuffer) - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyBooleanTokenStart() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyDocumentEnd() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyDocumentStart(ByteBuffer) - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyEntityEnd() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
Notify consumer that we encountered an entity terminator (e.g.,) a comma
notifyEvent(JSONEvent) - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyEvent(JSONEvent) - Method in interface org.ghotibeaun.json.parser.jep.eventprovider.JSONEventProvider
 
notifyKeyEnd() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyMapEnd() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyMapStart() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyNullTokenEnd(ByteBuffer) - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyNullTokenStart() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyNumberTokenEnd(ByteBuffer) - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyNumberTokenStart() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyStringTokenEnd(ByteBuffer) - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
notifyStringTokenStart() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
 
NULL - org.ghotibeaun.json.JSONValueType
 
NULL - Static variable in class org.ghotibeaun.json.util.ByteConstants
 
NULL - Static variable in class org.ghotibeaun.json.util.CharConstants
 
NULL_END - org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEventType
 
NULL_START - org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEventType
 
NullObject - Class in org.ghotibeaun.json
Tagging class for Null objects
NullObject() - Constructor for class org.ghotibeaun.json.NullObject
 
NUMBER - org.ghotibeaun.json.JSONValueType
 
NUMBER_END - org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEventType
 
NUMBER_START - org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEventType
 
NumberFormatJSONValueConverter - Class in org.ghotibeaun.json.converters.valueconverter
 
NumberFormatJSONValueConverter(String...) - Constructor for class org.ghotibeaun.json.converters.valueconverter.NumberFormatJSONValueConverter
 
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