Uses of Class
org.ghotibeaun.json.JSONValueType
Package | Description |
---|---|
org.ghotibeaun.json | |
org.ghotibeaun.json.exception | |
org.ghotibeaun.json.parser.csv | |
org.ghotibeaun.json.parser.jep.eventhandler |
-
Uses of JSONValueType in org.ghotibeaun.json
Methods in org.ghotibeaun.json that return JSONValueType Modifier and Type Method Description JSONValueType
JSONValue. getType()
Returns the value type hintJSONValueType
JSONArray. getValueType(int index)
Return the value type for value at the specified indexJSONValueType
JSONObject. getValueType(String key)
Returns the JSON value typestatic JSONValueType
JSONValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JSONValueType[]
JSONValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JSONValueType in org.ghotibeaun.json.exception
Methods in org.ghotibeaun.json.exception with parameters of type JSONValueType Modifier and Type Method Description static String
JSONInvalidValueTypeException. getMessage(JSONValueType expectedValue, JSONValueType actualValue)
-
Uses of JSONValueType in org.ghotibeaun.json.parser.csv
Methods in org.ghotibeaun.json.parser.csv that return JSONValueType Modifier and Type Method Description JSONValueType
Column. getType()
get the column data typeMethods in org.ghotibeaun.json.parser.csv with parameters of type JSONValueType Modifier and Type Method Description void
CSVSettings. addColumnDefinition(String columnName, boolean nullable, JSONValueType type)
void
Column. setType(JSONValueType type)
Set the column data typeConstructors in org.ghotibeaun.json.parser.csv with parameters of type JSONValueType Constructor Description Column(String columnName, int position, boolean nullable, JSONValueType type)
Create a column definition -
Uses of JSONValueType in org.ghotibeaun.json.parser.jep.eventhandler
Methods in org.ghotibeaun.json.parser.jep.eventhandler that return JSONValueType Modifier and Type Method Description JSONValueType
StackEventHandler. getDocumentType()
Return the document type (ARRAY or OBJECT)JSONValueType[]
StackEventHandler. getObjectStack()
Return an array containing the ordered object stackJSONValueType
StackEventHandler. getTopOfObjectStack()
Return the top of the Object stackMethods in org.ghotibeaun.json.parser.jep.eventhandler with parameters of type JSONValueType Modifier and Type Method Description void
ConsoleEventHandler. documentStart(JSONValueType type)
abstract void
EventHandler. documentStart(JSONValueType type)
void
JSONEventHandler. documentStart(JSONValueType type)
The document start event