Uses of Interface
org.tquadrat.foundation.jsonbuilder.JSONNumber
Packages that use JSONNumber
Package
Description
The classes that form the API for the Foundation JSON Builder
library.
The internal implementation classes for the Foundation JSON Builder
library.
-
Uses of JSONNumber in org.tquadrat.foundation.jsonbuilder
Methods in org.tquadrat.foundation.jsonbuilder that return JSONNumberModifier and TypeMethodDescriptiondefault JSONNumberJSONValue.asNumber()Returns this JSON value asJSONNumber, assuming that this value represents a JSON number.JSONBuilder.valueOf(double value) Returns aJSONValueinstance that represents the givendoublevalue.JSONBuilder.valueOf(float value) Returns aJSONValueinstance that represents the givenfloatvalue.JSONBuilder.valueOf(int value) Returns aJSONValueinstance that represents the givenintvalue.JSONBuilder.valueOf(long value) Returns aJSONValueinstance that represents the givenlongvalue.JSONBuilder.valueOf(BigDecimal value) Returns aJSONValueinstance that represents the givenBigDecimalvalue.JSONBuilder.valueOf(BigInteger value) Returns aJSONValueinstance that represents the givenBigIntegervalue. -
Uses of JSONNumber in org.tquadrat.foundation.jsonbuilder.internal
Classes in org.tquadrat.foundation.jsonbuilder.internal that implement JSONNumberMethods in org.tquadrat.foundation.jsonbuilder.internal that return JSONNumberModifier and TypeMethodDescriptionJSONBuilderImpl.valueOf(double value) Returns aJSONValueinstance that represents the givendoublevalue.JSONBuilderImpl.valueOf(float value) Returns aJSONValueinstance that represents the givenfloatvalue.JSONBuilderImpl.valueOf(int value) Returns aJSONValueinstance that represents the givenintvalue.JSONBuilderImpl.valueOf(long value) Returns aJSONValueinstance that represents the givenlongvalue.JSONBuilderImpl.valueOf(BigDecimal value) Returns aJSONValueinstance that represents the givenBigDecimalvalue.JSONBuilderImpl.valueOf(BigInteger value) Returns aJSONValueinstance that represents the givenBigIntegervalue.
