Uses of Interface
javax.json.JsonNumber
Packages that use JsonNumber
-
Uses of JsonNumber in javax.json
Methods in javax.json that return JsonNumberModifier and TypeMethodDescriptionJsonArray.getJsonNumber(int index) Returns the number value at the specified position in this array.JsonObject.getJsonNumber(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 JsonNumberModifier and TypeClassDescription(package private) classJsonNumber impl.private static final classprivate static final classprivate static final classMethods in org.glassfish.json that return JsonNumberModifier and TypeMethodDescriptionJsonArrayBuilderImpl.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(BigDecimal value) (package private) static JsonNumberJsonNumberImpl.getJsonNumber(BigInteger value) JsonObjectBuilderImpl.JsonObjectImpl.getJsonNumber(String name)