Uses of Interface
org.kordamp.json.AbstractJSON.WritingVisitor
-
Packages that use AbstractJSON.WritingVisitor Package Description org.kordamp.json The core of the library -
-
Uses of AbstractJSON.WritingVisitor in org.kordamp.json
Fields in org.kordamp.json declared as AbstractJSON.WritingVisitor Modifier and Type Field Description private static AbstractJSON.WritingVisitorAbstractJSON. CANONICALprivate static AbstractJSON.WritingVisitorAbstractJSON. NORMALMethods in org.kordamp.json with parameters of type AbstractJSON.WritingVisitor Modifier and Type Method Description protected abstract voidAbstractJSON. write(java.io.Writer w, AbstractJSON.WritingVisitor v)protected voidJSONArray. write(java.io.Writer writer, AbstractJSON.WritingVisitor visitor)protected voidJSONObject. write(java.io.Writer writer, AbstractJSON.WritingVisitor visitor)Write the contents of the JSONObject as JSON text to a writer.
-