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 booleanViv.getBooleanEx(@Nullable Object... objects) Gets a boolean.static booleanViv.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 doubleViv.getDoubleEx(@Nullable Object... objects) Gets a double-precision floating-point number.static doubleViv.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 floatViv.getFloatEx(@Nullable Object... objects) Gets a floating-point number.static floatViv.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 intViv.getIntegerEx(@Nullable Object... objects) Gets an integer.static intViv.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 longGets a long integer.static longGets 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 StringViv.getStringEx(@Nullable Object... objects) Gets a string.static StringViv.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.InstanceViv.makeInstanceEx(Object... parameters) Makes a class instance.static Viv.InstanceViv.makeInstanceEx(Object[] parameters, @Nullable Config config) Makes a class instance.static Viv.ParsedParses VivJson's code and JSON object.static Viv.ParsedParses VivJson's code and JSON object.static Viv.ParsedViv.parseFileEx(String filePath, @Nullable Config config) Parse a file that contains VivJson's code or JSON object.static Viv.ParsedViv.parseTextEx(String text, @Nullable Config config) Parses a text that is VivJson's code or JSON object.static @Nullable ObjectRuns VivJson's code or deserialize JSON objects.static @Nullable ObjectRuns VivJson's code or deserialize JSON objects.