Uses of Class
jsonvalues.JsNumber
Packages that use JsNumber
Package
Description
This package includes all the classes to represents, create and manipulate JSON
This package includes all the classes to define specs to validate and parse JSON
-
Uses of JsNumber in jsonvalues
Subclasses of JsNumber in jsonvaluesModifier and TypeClassDescriptionfinal classRepresents an immutable JSON number of type BigDecimal.final classRepresents an immutable JSON number of type BigInteger.final classRepresents an immutable JSON number of type double.final classRepresents an immutable JSON number of type integer.final classRepresents an immutable JSON number of type long.Methods in jsonvalues that return JsNumberModifier and TypeMethodDescriptiondefault JsNumberJsValue.toJsNumber()Returns this JsValue as a JsStr -
Uses of JsNumber in jsonvalues.spec
Method parameters in jsonvalues.spec with type arguments of type JsNumberModifier and TypeMethodDescriptionstatic JsArraySpecJsSpecs.arrayOfNumber(Predicate<JsNumber> predicate) non-nullable array of numbers, where each element of the array satisfies the given predicatestatic JsArraySpecJsSpecs.arrayOfNumber(Predicate<JsNumber> predicate, int minLength, int maxLength) non-nullable array of numbers, where each element of the array satisfies the given predicatestatic JsSpecnon-nullable number that satisfies the given predicate