Uses of Interface
org.eclipse.jetty.util.ajax.JSON.Generator
-
Packages that use JSON.Generator Package Description org.eclipse.jetty.util.ajax Jetty Util : Simple JSON Utility classes -
-
Uses of JSON.Generator in org.eclipse.jetty.util.ajax
Classes in org.eclipse.jetty.util.ajax that implement JSON.Generator Modifier and Type Class Description static class
JSON.Literal
A Literal JSON generator A utility instance ofJSON.Generator
that holds a pre-generated string on JSON text.Methods in org.eclipse.jetty.util.ajax with parameters of type JSON.Generator Modifier and Type Method Description void
JSON. appendJSON(java.lang.Appendable buffer, JSON.Generator generator)
void
JSON. appendJSON(java.lang.StringBuffer buffer, JSON.Generator generator)
Deprecated.
-