Uses of Class
com.benesult.vivjson.VivException
-
Uses of VivException in com.benesult.vivjson
Methods in com.benesult.vivjson that throw VivExceptionModifier and TypeMethodDescriptionViv.getArrayListEx
(@Nullable Object... objects) Gets anArrayList<@Nullable Object>
.Viv.getArrayListEx
(@Nullable Object[] objects, @Nullable Config config) Gets anArrayList<@Nullable Object>
.static boolean
Viv.getBooleanEx
(@Nullable Object... objects) Gets a boolean.static boolean
Viv.getBooleanEx
(@Nullable Object[] objects, @Nullable Config config) Gets a boolean.static @Nullable Boolean[]
Viv.getBooleanOrNullsEx
(@Nullable Object... objects) Gets an array of boolean.static @Nullable Boolean[]
Viv.getBooleanOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of boolean.static boolean[]
Viv.getBooleansEx
(@Nullable Object... objects) Gets an array of boolean.static boolean[]
Viv.getBooleansEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of boolean.static double
Viv.getDoubleEx
(@Nullable Object... objects) Gets a double-precision floating-point number.static double
Viv.getDoubleEx
(@Nullable Object[] objects, @Nullable Config config) Gets a double-precision floating-point number.static @Nullable Double[]
Viv.getDoubleOrNullsEx
(@Nullable Object... objects) Gets an array of double-precision floating-point number.static @Nullable Double[]
Viv.getDoubleOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of double-precision floating-point number.static double[]
Viv.getDoublesEx
(@Nullable Object... objects) Gets an array of double-precision floating-point number.static double[]
Viv.getDoublesEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of double-precision floating-point number.static float
Viv.getFloatEx
(@Nullable Object... objects) Gets a floating-point number.static float
Viv.getFloatEx
(@Nullable Object[] objects, @Nullable Config config) Gets a floating-point number.static @Nullable Float[]
Viv.getFloatOrNullsEx
(@Nullable Object... objects) Gets an array of floating-point number.static @Nullable Float[]
Viv.getFloatOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of floating-point number.static float[]
Viv.getFloatsEx
(@Nullable Object... objects) Gets an array of floating-point number.static float[]
Viv.getFloatsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of floating-point number.Viv.getHashMapEx
(@Nullable Object... objects) Gets aHashMap<String, @Nullable Object>
.Viv.getHashMapEx
(@Nullable Object[] objects, @Nullable Config config) Gets aHashMap<String, @Nullable Object>
.static int
Viv.getIntegerEx
(@Nullable Object... objects) Gets an integer.static int
Viv.getIntegerEx
(@Nullable Object[] objects, @Nullable Config config) Gets an integer.static @Nullable Integer[]
Viv.getIntegerOrNullsEx
(@Nullable Object... objects) Gets an array of integer.static @Nullable Integer[]
Viv.getIntegerOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of integer.static int[]
Viv.getIntegersEx
(@Nullable Object... objects) Gets an array of integer.static int[]
Viv.getIntegersEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of integer.static Viv.KeyValue<@Nullable Boolean>[]
Viv.getKeyValueBooleanOrNullsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Boolean>[]
Viv.getKeyValueBooleanOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<Boolean>[]
Viv.getKeyValueBooleansEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<Boolean>[]
Viv.getKeyValueBooleansEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Double>[]
Viv.getKeyValueDoubleOrNullsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Double>[]
Viv.getKeyValueDoubleOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<Double>[]
Viv.getKeyValueDoublesEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<Double>[]
Viv.getKeyValueDoublesEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Float>[]
Viv.getKeyValueFloatOrNullsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Float>[]
Viv.getKeyValueFloatOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<Float>[]
Viv.getKeyValueFloatsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<Float>[]
Viv.getKeyValueFloatsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Integer>[]
Viv.getKeyValueIntegerOrNullsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Integer>[]
Viv.getKeyValueIntegerOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<Integer>[]
Viv.getKeyValueIntegersEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<Integer>[]
Viv.getKeyValueIntegersEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Long>[]
Viv.getKeyValueLongOrNullsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Long>[]
Viv.getKeyValueLongOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<Long>[]
Viv.getKeyValueLongsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<Long>[]
Viv.getKeyValueLongsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Object>[]
Viv.getKeyValueObjectOrNullsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable Object>[]
Viv.getKeyValueObjectOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<Object>[]
Viv.getKeyValueObjectsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<Object>[]
Viv.getKeyValueObjectsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable String>[]
Viv.getKeyValueStringOrNullsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<@Nullable String>[]
Viv.getKeyValueStringOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static Viv.KeyValue<String>[]
Viv.getKeyValueStringsEx
(@Nullable Object... objects) Gets key-value pairs as an array.static Viv.KeyValue<String>[]
Viv.getKeyValueStringsEx
(@Nullable Object[] objects, @Nullable Config config) Gets key-value pairs as an array.static long
Gets a long integer.static long
Gets a long integer.static @Nullable Long[]
Viv.getLongOrNullsEx
(@Nullable Object... objects) Gets an array of long integer.static @Nullable Long[]
Viv.getLongOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of long integer.static long[]
Viv.getLongsEx
(@Nullable Object... objects) Gets an array of long integer.static long[]
Viv.getLongsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of long integer.static @Nullable Object[]
Viv.getObjectOrNullsEx
(@Nullable Object... objects) Gets an array of object.static @Nullable Object[]
Viv.getObjectOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of object.static Object[]
Viv.getObjectsEx
(@Nullable Object... objects) Gets an array of object.static Object[]
Viv.getObjectsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of object.static String
Viv.getStringEx
(@Nullable Object... objects) Gets a string.static String
Viv.getStringEx
(@Nullable Object[] objects, @Nullable Config config) Gets a string.static @Nullable String[]
Viv.getStringOrNullsEx
(@Nullable Object... objects) Gets an array of string.static @Nullable String[]
Viv.getStringOrNullsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of String.static String[]
Viv.getStringsEx
(@Nullable Object... objects) Gets an array of string.static String[]
Viv.getStringsEx
(@Nullable Object[] objects, @Nullable Config config) Gets an array of String.static Viv.Instance
Viv.makeInstanceEx
(Object... parameters) Makes a class instance.static Viv.Instance
Viv.makeInstanceEx
(Object[] parameters, @Nullable Config config) Makes a class instance.static Viv.Parsed
Parses VivJson's code and JSON object.static Viv.Parsed
Parses VivJson's code and JSON object.static Viv.Parsed
Viv.parseFileEx
(String filePath, @Nullable Config config) Parse a file that contains VivJson's code or JSON object.static Viv.Parsed
Viv.parseTextEx
(String text, @Nullable Config config) Parses a text that is VivJson's code or JSON object.static @Nullable Object
Runs VivJson's code or deserialize JSON objects.static @Nullable Object
Runs VivJson's code or deserialize JSON objects.