- WebHijackPreventionStrategy - Class in org.kordamp.json.util
-
Defines base implementations for preventing WebHijack in AJAX applications.
- WebHijackPreventionStrategy() - Constructor for class org.kordamp.json.util.WebHijackPreventionStrategy
-
- WebUtils - Class in org.kordamp.json.util
-
Provides useful methods for working with JSON and web.
- WHITESPACE - Static variable in class org.kordamp.json.util.JavaIdentifierTransformer
-
Whitespace transformer 'white space' => 'whitespace'
- write(Writer) - Method in interface org.kordamp.json.JSON
-
Write the contents as JSON text to a writer.
- write(Writer, AbstractJSON.WritingVisitor) - Method in class org.kordamp.json.JSONArray
-
- write(Writer) - Method in class org.kordamp.json.JSONNull
-
- write(Writer, AbstractJSON.WritingVisitor) - Method in class org.kordamp.json.JSONObject
-
Write the contents of the JSONObject as JSON text to a writer.
- write(JSON) - Method in class org.kordamp.json.xml.XMLSerializer
-
Writes a JSON value into a XML string with UTF-8 encoding.
- write(JSON, String) - Method in class org.kordamp.json.xml.XMLSerializer
-
Writes a JSON value into a XML string with an specific encoding.
If the encoding string is null it will use UTF-8.
- writeCanonical(Writer) - Method in interface org.kordamp.json.JSON
-
Writes the canonicalized form of this JSON object.
- writeCanonical(Writer) - Method in class org.kordamp.json.JSONNull
-
- writer - Variable in class org.kordamp.json.util.JSONBuilder
-
The writer that will receive the output.