public class JsonUtilities extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_SERVICE_NAME
The name of the XmlService that will be added
|
Constructor and Description |
---|
JsonUtilities() |
Modifier and Type | Method and Description |
---|---|
static void |
enableJsonService(ServiceLocator locator)
This method will make available a
XmlService named
JSON_SERVICE_NAME to be used to parse JSON
formatted data. |
public static final String JSON_SERVICE_NAME
public static void enableJsonService(ServiceLocator locator)
XmlService
named
JSON_SERVICE_NAME
to be used to parse JSON
formatted data. It will ensure that the XmlService
subsystem is properly initialized as per
XmlServiceUtilities.enableXmlService(ServiceLocator)
locator
- The non-null locator on which to enable
a Json version of the XmlService
Copyright © 2009–2023 Oracle Corporation. All rights reserved.