Uses of Class
javax.json.JsonValue.JsonValueType

Packages that use JsonValue.JsonValueType
javax.json Java API for JSON Processing (JSON-P) API provides a way to process (for e.g. 
 

Uses of JsonValue.JsonValueType in javax.json
 

Methods in javax.json that return JsonValue.JsonValueType
 JsonValue.JsonValueType JsonValue.getValueType()
          Returns the value type of this JSON value
static JsonValue.JsonValueType JsonValue.JsonValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JsonValue.JsonValueType[] JsonValue.JsonValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 




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