Index
All Classes|All Packages
G
- g - Static variable in class org.ghotibeaun.json.util.ByteConstants
- g - Static variable in class org.ghotibeaun.json.util.CharConstants
- G - Static variable in class org.ghotibeaun.json.util.ByteConstants
- get() - Method in class org.ghotibeaun.json.util.ResizableByteBuffer
-
Returns the next byte based on the internal cursor position, and moves the cursor to the next item
- get(int) - Method in interface org.ghotibeaun.json.JSONListNode
-
Return a JSONValue at a specified position
- get(String) - Method in class org.ghotibeaun.json.converters.utils.ClassScanner
- get(String) - Method in interface org.ghotibeaun.json.JSONMapNode
-
Returns a value based on a specific key
- get(OptionKey) - Method in class org.ghotibeaun.json.converters.ConverterOptions
- getAcceptedClassList() - Method in class org.ghotibeaun.json.converters.valueconverter.AbstractJSONValueConverter
-
Converts the
AbstractJSONValueConverter.accepts()
class array to a printable string - getAll() - Method in class org.ghotibeaun.json.converters.ConverterOptions
- getArg(int) - Method in class org.ghotibeaun.json.converters.valueconverter.AbstractJSONValueConverter
-
Return the indexed argument
- getArgs() - Method in class org.ghotibeaun.json.converters.valueconverter.AbstractJSONValueConverter
-
Returns the arguments passed into the concrete ValueConverter instance
- getArgs() - Method in interface org.ghotibeaun.json.converters.valueconverter.ValueConverter
- getArrayConflictStrategy() - Method in class org.ghotibeaun.json.merge.AbstractMergeProcessor
- getArrayConflictStrategy() - Method in interface org.ghotibeaun.json.merge.MergeProcess
-
Return the the Conflict Strategy to apply to JSONArray nodes
- getArrayConflictStrategy() - Method in class org.ghotibeaun.json.merge.MergeProcessor
- getBlockSize() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getBlockSizeBytes() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getBoolean(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return a boolean value
- getBoolean(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return a boolean
- getCache() - Method in class org.ghotibeaun.json.factory.FactorySettings
- getCharacterSet() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.EventHandler
- getCharacterSet() - Method in interface org.ghotibeaun.json.parser.jep.eventhandler.JSONEventHandler
- getCharset() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getCharSetName() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getClassConverter(ConverterOption<?>...) - Static method in class org.ghotibeaun.json.converters.AbstractClassConverter
-
Returns the ClassConverter implementation.
- getClassValueConverter(AnnotatedElement) - Static method in class org.ghotibeaun.json.converters.utils.AnnotationUtils
- getColumn() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
- getColumnName() - Method in class org.ghotibeaun.json.parser.csv.Column
-
Get the column name
- getContainerClass() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
-
The class that declares the current field
- getContext() - Method in class org.ghotibeaun.json.converters.utils.ClassScanner.Validation
- getConvertedValue(V) - Method in class org.ghotibeaun.json.converters.valueconverter.AbstractJSONValueConverter
-
perform the value conversion and return the result
- getConvertedValue(V) - Method in class org.ghotibeaun.json.converters.valueconverter.NumberFormatJSONValueConverter
- getConvertedValue(V) - Method in class org.ghotibeaun.json.converters.valueconverter.StringJSONValueConverter
- getConverterOptions() - Method in class org.ghotibeaun.json.converters.AbstractConverter
- getConverterOptions() - Method in interface org.ghotibeaun.json.converters.Converter
-
Return the ConverterOptions for this converter
- getCsvParser(CSVSettings) - Static method in class org.ghotibeaun.json.parser.ParserFactory
- getCSVSettings() - Method in interface org.ghotibeaun.json.parser.csv.JSONCSVParser
- getCustomSetting(String) - Static method in class org.ghotibeaun.json.factory.FactorySettings
-
Return the custom setting
- getCustomSetting(Setting) - Static method in class org.ghotibeaun.json.factory.FactorySettings
- getData() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONDataEvent
- getData() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
- getData() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONTokenEvent
- getDataValue(JSONEvent) - Method in class org.ghotibeaun.json.parser.jep.eventhandler.EventHandler
- getDateFormat() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getDefaultSetting(String) - Static method in class org.ghotibeaun.json.factory.FactorySettings
-
Return the default setting
- getDefaultSetting(Setting) - Static method in class org.ghotibeaun.json.factory.FactorySettings
- getDefaultSettings() - Static method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getDocumentType() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.StackEventHandler
-
Return the document type (ARRAY or OBJECT)
- getEnableStatistics() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getEnclosure() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getEnclosureByte() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getEntry() - Method in class org.ghotibeaun.json.converters.handlers.MemberHandler
- getEntry(String) - Method in class org.ghotibeaun.json.converters.utils.ScannerList
- getEscape() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getEscapeByte() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getEventHandler() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
- getEventHandler() - Method in class org.ghotibeaun.json.parser.jep.ParserConfiguration
- getEventProcessor() - Method in class org.ghotibeaun.json.parser.jep.ParserConfiguration
- getEventProvider() - Method in class org.ghotibeaun.json.parser.jep.ParserConfiguration
- getEventProvider() - Method in class org.ghotibeaun.json.parser.jep.processor.EventProcessor
- getEventProvider() - Method in interface org.ghotibeaun.json.parser.jep.processor.JSONEventProcessor
- getEventType() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
- getEventType() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONTokenEvent
- getFactoryClass(String) - Static method in class org.ghotibeaun.json.factory.FactorySettings
- getFactoryClass(Setting) - Static method in class org.ghotibeaun.json.factory.FactorySettings
- getField(int) - Method in class org.ghotibeaun.json.parser.csv.Row
- getField(String) - Method in class org.ghotibeaun.json.parser.csv.Row
- getFieldName() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getFieldType() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getFieldValue() - Method in class org.ghotibeaun.json.parser.csv.Field
- getFirst() - Method in interface org.ghotibeaun.json.JSONListNode
-
Return the first item in the list
- getFirstValue() - Method in interface org.ghotibeaun.json.JSONArray
-
Return the first value in the array
- getGetterMethod() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getGetterReference() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getGetterValueConverter() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getHeaderRow() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getInt(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return a integer value
- getInt(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return an integer
- getInvalidMessage(V) - Method in class org.ghotibeaun.json.converters.valueconverter.AbstractJSONValueConverter
-
Return a formatted invalid type message
- getJSON() - Method in class org.ghotibeaun.json.converters.utils.GetterMethodReference
- getJSON() - Method in class org.ghotibeaun.json.converters.utils.MethodReference
- getJSON() - Method in class org.ghotibeaun.json.converters.utils.SetterMethodReference
- getJSONArray(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return a JSONArray value
- getJSONArray(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return a JSONArray
- getJSONConverter(ConverterOption<?>...) - Static method in class org.ghotibeaun.json.converters.AbstractJSONConverter
- getJsonKey() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getJSONObject() - Method in class org.ghotibeaun.json.parser.csv.Row
- getJSONObject(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return a JSONOBject value
- getJSONObject(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return a JSONObject with the associated key
- getJSONValue(Object) - Method in class org.ghotibeaun.json.converters.handlers.MemberHandler
- getJSONValueConverter(AnnotatedElement) - Static method in class org.ghotibeaun.json.converters.utils.AnnotationUtils
- getKey() - Method in class org.ghotibeaun.json.converters.options.AbstractConverterOption
- getKey() - Method in interface org.ghotibeaun.json.converters.options.ConverterOption
- getKeyStack() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.StackEventHandler
-
Return an ordered array of the key stack
- getLast() - Method in interface org.ghotibeaun.json.JSONListNode
- getLastValue() - Method in interface org.ghotibeaun.json.JSONArray
-
Return the last value in the array
- getLineNumber() - Method in exception org.ghotibeaun.json.exception.JSONEventParserException
- getLineNumber() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
- getLinePosition() - Method in exception org.ghotibeaun.json.exception.JSONEventParserException
- getList() - Method in interface org.ghotibeaun.json.JSONListNode
-
Return a list of Objects.
- getLong(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return a long value
- getLong(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return a long value
- getMap() - Method in interface org.ghotibeaun.json.JSONMapNode
-
Serializes the internal map's String, JSONValue<?> pairs into a generic map of String, Object pairs.
- getMatchingByteIndexes(byte[]) - Method in class org.ghotibeaun.json.util.ByteRange
-
Creates an array of indexes that represent all of the positions in a byte array that match any of the values in the ByteRange
- getMatchingByteValues(byte[]) - Method in class org.ghotibeaun.json.util.ByteRange
-
Creates a byte array of values that match any of the byte values in the ByteRange
- getMember() - Method in class org.ghotibeaun.json.converters.handlers.MemberHandler
- getMemberValue(Object) - Method in class org.ghotibeaun.json.converters.handlers.FieldMemberHandler
- getMemberValue(Object) - Method in class org.ghotibeaun.json.converters.handlers.MemberHandler
- getMemberValue(Object) - Method in class org.ghotibeaun.json.converters.handlers.MethodMemberHandler
- getMergeProcessor() - Method in class org.ghotibeaun.json.merge.strategies.AbstractConflictStrategy
- getMergeProcessor() - Method in interface org.ghotibeaun.json.merge.strategies.ConflictStrategy
- getMergeResultStrategy() - Method in class org.ghotibeaun.json.merge.AbstractMergeProcessor
- getMergeResultStrategy() - Method in interface org.ghotibeaun.json.merge.MergeProcess
-
Return the specified merge result strategy
- getMergeResultStrategy() - Method in class org.ghotibeaun.json.merge.MergeProcessor
- getMessage(JSONValueType, JSONValueType) - Static method in exception org.ghotibeaun.json.exception.JSONInvalidValueTypeException
- getMissingElements() - Method in class org.ghotibeaun.json.converters.utils.ClassScanner.Validation
- getName() - Method in class org.ghotibeaun.json.converters.utils.MethodReference
- getName() - Method in class org.ghotibeaun.json.parser.csv.Field
- getNumber(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return a Number value
- getNumber(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return a Number.
- getObjectConflictStrategy() - Method in class org.ghotibeaun.json.merge.AbstractMergeProcessor
- getObjectConflictStrategy() - Method in interface org.ghotibeaun.json.merge.MergeProcess
-
Return the Conflict Strategy to apply to JSONObject nodes
- getObjectConflictStrategy() - Method in class org.ghotibeaun.json.merge.MergeProcessor
- getObjectStack() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.StackEventHandler
-
Return an array containing the ordered object stack
- getParameterClass() - Method in class org.ghotibeaun.json.converters.utils.SetterMethodReference
- getParameterType() - Method in class org.ghotibeaun.json.converters.utils.SetterMethodReference
- getParser() - Static method in class org.ghotibeaun.json.parser.ParserFactory
- getParserConfiguration() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getParserSettings() - Method in interface org.ghotibeaun.json.parser.jep.Configurable
- getParserSettings() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.EventHandler
- getParserSettings() - Method in class org.ghotibeaun.json.parser.jep.eventprovider.EventProvider
- getParserSettings() - Method in class org.ghotibeaun.json.parser.jep.processor.EventProcessor
- getPosition() - Method in class org.ghotibeaun.json.parser.csv.Column
-
Get the column position (zero-based)
- getPosition() - Method in class org.ghotibeaun.json.util.ResizableByteBuffer
-
returns the current cursor position in the buffer
- getProcessorSettings() - Method in class org.ghotibeaun.json.parser.jep.processor.EventProcessor
- getProcessorSettings() - Method in interface org.ghotibeaun.json.parser.jep.processor.JSONEventProcessor
- getPropertyName() - Method in enum org.ghotibeaun.json.factory.Setting
- getRemaining() - Method in class org.ghotibeaun.json.util.ResizableByteBuffer
-
Returns the count of the remaining items to be accessed relative the current cursor position
- getReturnType() - Method in class org.ghotibeaun.json.converters.utils.GetterMethodReference
- getRowNumber() - Method in class org.ghotibeaun.json.parser.csv.Row
- getScannerList() - Method in class org.ghotibeaun.json.converters.utils.ClassScanner
- getScanRef() - Method in class org.ghotibeaun.json.converters.utils.ClassScanner.Validation
- getSeparator() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getSeparatorByte() - Method in class org.ghotibeaun.json.parser.csv.CSVSettings
- getSerializer() - Static method in class org.ghotibeaun.json.serializer.SerializationFactory
- getSetterMethod() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
-
Creates a setter Method for invoking a set value
- getSetterReference() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getSetterValueConverter() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getSetting(String) - Static method in class org.ghotibeaun.json.factory.FactorySettings
-
Returns a setting value
- getSetting(String, boolean) - Static method in class org.ghotibeaun.json.factory.FactorySettings
-
Returns a setting value from either the default or custom settings
- getSetting(Setting) - Static method in class org.ghotibeaun.json.factory.FactorySettings
- getSetting(Setting, boolean) - Static method in class org.ghotibeaun.json.factory.FactorySettings
- getString(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Get a String value
- getString(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return a String
- getTargetClass() - Method in class org.ghotibeaun.json.converters.utils.ClassScanner
- getTargetClass() - Method in class org.ghotibeaun.json.converters.utils.ClassScanner.Validation
- getTargetClass() - Method in class org.ghotibeaun.json.converters.utils.ScannerEntry
- getterMethod() - Method in annotation type org.ghotibeaun.json.converters.annotation.JSONElement
-
Specifies a getter method to use to retrieve a Class value to be set in a JSON value.
- GetterMethodReference - Class in org.ghotibeaun.json.converters.utils
- GetterMethodReference(String, boolean, Type, boolean) - Constructor for class org.ghotibeaun.json.converters.utils.GetterMethodReference
- getTopOfKeyStack() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.StackEventHandler
-
Return top of key stack
- getTopOfObjectStack() - Method in class org.ghotibeaun.json.parser.jep.eventhandler.StackEventHandler
-
Return the top of the Object stack
- getType() - Method in interface org.ghotibeaun.json.JSONValue
-
Returns the value type hint
- getType() - Method in class org.ghotibeaun.json.parser.csv.Column
-
get the column data type
- getUseDefaultSettings() - Static method in class org.ghotibeaun.json.factory.FactorySettings
-
Returns whether the default or custom settings are used
- getUseFloatingPointType() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getUseNonFloatingPointType() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getUseStrict() - Method in class org.ghotibeaun.json.parser.jep.ParserSettings
- getValue() - Method in class org.ghotibeaun.json.converters.options.AbstractConverterOption
- getValue() - Method in interface org.ghotibeaun.json.converters.options.ConverterOption
- getValue() - Method in class org.ghotibeaun.json.converters.options.DefaultingValue
- getValue() - Method in class org.ghotibeaun.json.converters.options.MultiDefaultingValue
- getValue() - Method in interface org.ghotibeaun.json.JSONValue
-
Return the value
- getValue() - Method in class org.ghotibeaun.json.parser.csv.Field
- getValue(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return the value at the specified index
- getValue(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Return a casted value
- getValue(OptionKey) - Method in class org.ghotibeaun.json.converters.ConverterOptions
- getValueConverter() - Method in class org.ghotibeaun.json.converters.handlers.MemberHandler
- getValues() - Method in interface org.ghotibeaun.json.JSONListNode
-
Return a list of JSONValues
- getValueType(int) - Method in interface org.ghotibeaun.json.JSONArray
-
Return the value type for value at the specified index
- getValueType(String) - Method in interface org.ghotibeaun.json.JSONObject
-
Returns the JSON value type
- getXmlSerializer() - Static method in class org.ghotibeaun.json.serializer.SerializationFactory
- GREATERTHAN - Static variable in class org.ghotibeaun.json.util.ByteConstants
- GS - Static variable in class org.ghotibeaun.json.util.ByteConstants
All Classes|All Packages