Uses of Interface
javax.json.JsonNumber
-
Packages that use JsonNumber Package Description javax.json Provides an object model API to process JSON.org.glassfish.json -
-
Uses of JsonNumber in javax.json
Methods in javax.json that return JsonNumber Modifier and Type Method Description JsonNumberJsonArray. getJsonNumber(int index)Returns the number value at the specified position in this array.JsonNumberJsonObject. getJsonNumber(java.lang.String name)Returns the number value to which the specified name is mapped. -
Uses of JsonNumber in org.glassfish.json
Classes in org.glassfish.json that implement JsonNumber Modifier and Type Class Description (package private) classJsonNumberImplJsonNumber impl.private static classJsonNumberImpl.JsonBigDecimalNumberprivate static classJsonNumberImpl.JsonIntNumberprivate static classJsonNumberImpl.JsonLongNumberMethods in org.glassfish.json that return JsonNumber Modifier and Type Method Description JsonNumberJsonArrayBuilderImpl.JsonArrayImpl. getJsonNumber(int index)(package private) static JsonNumberJsonNumberImpl. getJsonNumber(double value)(package private) static JsonNumberJsonNumberImpl. getJsonNumber(int num)(package private) static JsonNumberJsonNumberImpl. getJsonNumber(long num)(package private) static JsonNumberJsonNumberImpl. getJsonNumber(java.math.BigDecimal value)(package private) static JsonNumberJsonNumberImpl. getJsonNumber(java.math.BigInteger value)JsonNumberJsonObjectBuilderImpl.JsonObjectImpl. getJsonNumber(java.lang.String name)
-