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 JSONValueTypeJSONValue. getType()Returns the value type hintJSONValueTypeJSONArray. getValueType(int index)Return the value type for value at the specified indexJSONValueTypeJSONObject. getValueType(String key)Returns the JSON value typestatic JSONValueTypeJSONValueType. 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 StringJSONInvalidValueTypeException. 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 JSONValueTypeColumn. getType()get the column data typeMethods in org.ghotibeaun.json.parser.csv with parameters of type JSONValueType Modifier and Type Method Description voidCSVSettings. addColumnDefinition(String columnName, boolean nullable, JSONValueType type)voidColumn. 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 JSONValueTypeStackEventHandler. getDocumentType()Return the document type (ARRAY or OBJECT)JSONValueType[]StackEventHandler. getObjectStack()Return an array containing the ordered object stackJSONValueTypeStackEventHandler. 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 voidConsoleEventHandler. documentStart(JSONValueType type)abstract voidEventHandler. documentStart(JSONValueType type)voidJSONEventHandler. documentStart(JSONValueType type)The document start event