Uses of Interface
org.eclipse.jetty.util.ajax.JSON.Generator
Packages that use JSON.Generator
-
Uses of JSON.Generator in org.eclipse.jetty.util.ajax
Classes in org.eclipse.jetty.util.ajax that implement JSON.GeneratorModifier and TypeClassDescriptionstatic class
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.GeneratorModifier and TypeMethodDescriptionvoid
JSON.appendJSON
(Appendable buffer, JSON.Generator generator) void
JSON.appendJSON
(StringBuffer buffer, JSON.Generator generator) Deprecated.