Uses of Interface
org.eclipse.jetty.util.ajax.JSON.Convertible
Packages that use JSON.Convertible
-
Uses of JSON.Convertible in org.eclipse.jetty.util.ajax
Methods in org.eclipse.jetty.util.ajax that return JSON.ConvertibleModifier and TypeMethodDescriptionprivate JSON.Convertible
AsyncJSON.toConvertible
(String className) Methods in org.eclipse.jetty.util.ajax with parameters of type JSON.ConvertibleModifier and TypeMethodDescriptionvoid
JSON.appendJSON
(Appendable buffer, JSON.Convertible converter) void
JSON.appendJSON
(StringBuffer buffer, JSON.Convertible converter) Deprecated.