Uses of Class
javax.json.JsonNumber.JsonNumberType

Packages that use JsonNumber.JsonNumberType
javax.json Java API for JSON Processing (JSON-P) API provides a way to process (for e.g. 
javax.json.stream Provides a streaming API to parse and generate JSON
 

Uses of JsonNumber.JsonNumberType in javax.json
 

Methods in javax.json that return JsonNumber.JsonNumberType
 JsonNumber.JsonNumberType JsonNumber.getNumberType()
          Returns a JSON number type that can hold the number's numeric value.
static JsonNumber.JsonNumberType JsonNumber.JsonNumberType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JsonNumber.JsonNumberType[] JsonNumber.JsonNumberType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of JsonNumber.JsonNumberType in javax.json.stream
 

Methods in javax.json.stream that return JsonNumber.JsonNumberType
 JsonNumber.JsonNumberType JsonParser.getNumberType()
          Returns a number type that can hold JSON number.
 




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.