Uses of Interface
org.eclipse.jetty.util.ajax.AsyncJSON.Context
Packages that use AsyncJSON.Context
-
Uses of AsyncJSON.Context in org.eclipse.jetty.util.ajax
Methods in org.eclipse.jetty.util.ajax with parameters of type AsyncJSON.ContextModifier and TypeMethodDescriptionAsyncJSON.newArray
(AsyncJSON.Context context) When a JSON[
is encountered during parsing, this method is called to create a newList
instance.AsyncJSON.newObject
(AsyncJSON.Context context) When a JSON{
is encountered during parsing, this method is called to create a newMap
instance.