Uses of Class
jsonvalues.JsPrimitive
-
Packages that use JsPrimitive Package Description jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way. -
-
Uses of JsPrimitive in jsonvalues
Subclasses of JsPrimitive in jsonvalues Modifier and Type Class Description classJsBigDecRepresents an immutable json number of type BigDecimal.classJsBigIntRepresents an immutable json number of type BigInteger.classJsBinaryRepresents an array of bytes.classJsBoolRepresents an immutable json boolean.classJsDoubleRepresents an immutable json number of type double.classJsInstantRepresents an immutable instant.classJsIntRepresents an immutable json number of type integer.classJsLongRepresents an immutable json number of type long.classJsNullRepresents null, which a valid json value.classJsNumberRepresents an immutable json number.classJsStrRepresents an immutable json string.Methods in jsonvalues that return JsPrimitive Modifier and Type Method Description JsPrimitiveJsBinary. toJsPrimitive()JsPrimitiveJsBool. toJsPrimitive()JsPrimitiveJsInstant. toJsPrimitive()JsPrimitiveJsNothing. toJsPrimitive()JsPrimitiveJsNull. toJsPrimitive()JsPrimitiveJsNumber. toJsPrimitive()default JsPrimitiveJson. toJsPrimitive()JsPrimitiveJsStr. toJsPrimitive()JsPrimitiveJsValue. toJsPrimitive()Method parameters in jsonvalues with type arguments of type JsPrimitive Modifier and Type Method Description JsArrayJsArray. filterAllValues(BiPredicate<? super JsPath,? super JsPrimitive> filter)JsArrayJsArray. filterAllValues(Predicate<? super JsPrimitive> filter)JsObjJsObj. filterAllValues(BiPredicate<? super JsPath,? super JsPrimitive> filter)JsObjJsObj. filterAllValues(Predicate<? super JsPrimitive> filter)TJson. filterAllValues(BiPredicate<? super JsPath,? super JsPrimitive> filter)Filters all the pairs of elements of this json, removing those that don't ifPredicateElse the predicate.TJson. filterAllValues(Predicate<? super JsPrimitive> filter)Filters all the pairs of elements of this json, removing those that don't ifPredicateElse the predicate.JsArrayJsArray. filterValues(BiPredicate<? super Integer,? super JsPrimitive> filter)JsArrayJsArray. filterValues(Predicate<? super JsPrimitive> filter)JsObjJsObj. filterValues(BiPredicate<? super String,? super JsPrimitive> filter)JsObjJsObj. filterValues(Predicate<? super JsPrimitive> filter)TJson. filterValues(Predicate<? super JsPrimitive> filter)Filters the pairs of elements in the first level of this json, removing those that don't ifPredicateElse the predicate.JsArrayJsArray. mapAllValues(BiFunction<? super JsPath,? super JsPrimitive,? extends JsValue> fn)JsArrayJsArray. mapAllValues(Function<? super JsPrimitive,? extends JsValue> fn)JsObjJsObj. mapAllValues(BiFunction<? super JsPath,? super JsPrimitive,? extends JsValue> fn)JsObjJsObj. mapAllValues(Function<? super JsPrimitive,? extends JsValue> fn)TJson. mapAllValues(BiFunction<? super JsPath,? super JsPrimitive,? extends JsValue> fn)Maps all the values of this json.TJson. mapAllValues(Function<? super JsPrimitive,? extends JsValue> fn)Maps all the values of this json.JsArrayJsArray. mapValues(BiFunction<? super Integer,? super JsPrimitive,? extends JsValue> fn)JsArrayJsArray. mapValues(Function<? super JsPrimitive,? extends JsValue> fn)JsObjJsObj. mapValues(BiFunction<? super String,? super JsPrimitive,? extends JsValue> fn)JsObjJsObj. mapValues(Function<? super JsPrimitive,? extends JsValue> fn)TJson. mapValues(Function<? super JsPrimitive,? extends JsValue> fn)Maps the values in the first level of this json.<R> Optional<R>JsArray. reduce(BinaryOperator<R> op, BiFunction<? super Integer,? super JsPrimitive,R> map, BiPredicate<? super Integer,? super JsPrimitive> predicate)<R> Optional<R>JsArray. reduce(BinaryOperator<R> op, BiFunction<? super Integer,? super JsPrimitive,R> map, BiPredicate<? super Integer,? super JsPrimitive> predicate)<R> Optional<R>JsArray. reduce(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>JsArray. reduce(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>JsObj. reduce(BinaryOperator<R> op, BiFunction<? super String,? super JsPrimitive,R> map, BiPredicate<? super String,? super JsPrimitive> predicate)Performs a reduction on the values that satisfy the predicate in the first level of this json.<R> Optional<R>JsObj. reduce(BinaryOperator<R> op, BiFunction<? super String,? super JsPrimitive,R> map, BiPredicate<? super String,? super JsPrimitive> predicate)Performs a reduction on the values that satisfy the predicate in the first level of this json.<R> Optional<R>JsObj. reduce(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>JsObj. reduce(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>Json. reduce(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)Performs a reduction on the values that satisfy the predicate in the first level of this json.<R> Optional<R>Json. reduce(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)Performs a reduction on the values that satisfy the predicate in the first level of this json.<R> Optional<R>JsArray. reduceAll(BinaryOperator<R> op, BiFunction<? super JsPath,? super JsPrimitive,R> map, BiPredicate<? super JsPath,? super JsPrimitive> predicate)<R> Optional<R>JsArray. reduceAll(BinaryOperator<R> op, BiFunction<? super JsPath,? super JsPrimitive,R> map, BiPredicate<? super JsPath,? super JsPrimitive> predicate)<R> Optional<R>JsArray. reduceAll(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>JsArray. reduceAll(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>JsObj. reduceAll(BinaryOperator<R> op, BiFunction<? super JsPath,? super JsPrimitive,R> map, BiPredicate<? super JsPath,? super JsPrimitive> predicate)<R> Optional<R>JsObj. reduceAll(BinaryOperator<R> op, BiFunction<? super JsPath,? super JsPrimitive,R> map, BiPredicate<? super JsPath,? super JsPrimitive> predicate)<R> Optional<R>JsObj. reduceAll(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>JsObj. reduceAll(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)<R> Optional<R>Json. reduceAll(BinaryOperator<R> op, BiFunction<? super JsPath,? super JsPrimitive,R> map, BiPredicate<? super JsPath,? super JsPrimitive> predicate)Performs a reduction on the values of this json that satisfy the predicate.<R> Optional<R>Json. reduceAll(BinaryOperator<R> op, BiFunction<? super JsPath,? super JsPrimitive,R> map, BiPredicate<? super JsPath,? super JsPrimitive> predicate)Performs a reduction on the values of this json that satisfy the predicate.<R> Optional<R>Json. reduceAll(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)Performs a reduction on the values of this json that satisfy the predicate.<R> Optional<R>Json. reduceAll(BinaryOperator<R> op, Function<? super JsPrimitive,R> map, Predicate<? super JsPrimitive> predicate)Performs a reduction on the values of this json that satisfy the predicate.
-