A D F G I J K M P R S T V W
A
- a2u.tn.utils.json - package a2u.tn.utils.json
-
- allowMultiRowString() - Method in class a2u.tn.utils.json.JsonSerializer.Settings
-
Allow linefeed in a strings
D
- DEFAULT_LIST_KEY - Static variable in class a2u.tn.utils.json.JsonParser
-
This name will get element in a returned map when json-string will be an array of values.
F
- forList(String) - Method in interface a2u.tn.utils.json.JsonParser.IGetCollection
-
This methow will be called when parcer need create new array.
- formated() - Method in class a2u.tn.utils.json.JsonSerializer.Settings
-
Format the final json
- forObject(String) - Method in interface a2u.tn.utils.json.JsonParser.IGetCollection
-
This methow will be called when parcer need create new map.
- fromPath(Map, String) - Static method in class a2u.tn.utils.json.MapNavigator
-
Find value from map by path.
G
- getPath() - Method in exception a2u.tn.utils.json.ParseException
-
Path in json where occur error.
- getPosition() - Method in exception a2u.tn.utils.json.ParseException
-
Position in json where occur error.
I
- init() - Static method in class a2u.tn.utils.json.JsonSerializer.Settings
-
Create new Settings
J
- JsonParser - Class in a2u.tn.utils.json
-
Parsing JSON string to Map object with JSON5
JSON for Humans https://spec.json5.org
- JsonParser.IGetCollection - Interface in a2u.tn.utils.json
-
The callback-interface for specifying type of collection which will be returned when parsing.
- JsonSerializer - Class in a2u.tn.utils.json
-
MAP to JSON converter.
- JsonSerializer.Mode - Enum in a2u.tn.utils.json
-
JSON generation mode
- JsonSerializer.Settings - Class in a2u.tn.utils.json
-
json generator tuning
- JsonSerializer.Settings() - Constructor for class a2u.tn.utils.json.JsonSerializer.Settings
-
K
- keepNull() - Method in class a2u.tn.utils.json.JsonSerializer.Settings
-
Allow null values
M
- MapNavigator - Class in a2u.tn.utils.json
-
Navigate by Map represented object.
P
- parse(String) - Static method in class a2u.tn.utils.json.JsonParser
-
Parsing JSON-string to Map.
- parse(String, JsonParser.IGetCollection) - Static method in class a2u.tn.utils.json.JsonParser
-
Parsing JSON-string to Map with specifying returned collections.
- ParseException - Exception in a2u.tn.utils.json
-
Exception on parse error
- ParseException(String, int, String) - Constructor for exception a2u.tn.utils.json.ParseException
-
- PATH_ROOT_KEY - Static variable in class a2u.tn.utils.json.JsonParser
-
Name of root element in a path.
R
- readable() - Method in class a2u.tn.utils.json.JsonSerializer.Settings
-
Leave characters in a strings as readable as possible
S
- serialize(Map) - Method in class a2u.tn.utils.json.JsonSerializer.Settings
-
- singleQuote() - Method in class a2u.tn.utils.json.JsonSerializer.Settings
-
Use single quotes
T
- toJson(Map) - Static method in class a2u.tn.utils.json.JsonSerializer
-
Convert Map to JSON.
- toJson(Map, JsonSerializer.Mode) - Static method in class a2u.tn.utils.json.JsonSerializer
-
Convert Map to JSON with specify output string format
- toJson(Map, JsonSerializer.Settings) - Static method in class a2u.tn.utils.json.JsonSerializer
-
Convert Map to JSON with settings
V
- valueOf(String) - Static method in enum a2u.tn.utils.json.JsonSerializer.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum a2u.tn.utils.json.JsonSerializer.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
W
- withoutKeyQuote() - Method in class a2u.tn.utils.json.JsonSerializer.Settings
-
Disable quotation generation for the key
A D F G I J K M P R S T V W
Copyright © 2018. All rights reserved.