Uses of Interface
org.eclipse.jetty.util.ajax.AsyncJSON.Context
-
Packages that use AsyncJSON.Context Package Description org.eclipse.jetty.util.ajax Jetty Util : Simple JSON Utility classes -
-
Uses of AsyncJSON.Context in org.eclipse.jetty.util.ajax
Methods in org.eclipse.jetty.util.ajax with parameters of type AsyncJSON.Context Modifier and Type Method Description protected java.util.List<java.lang.Object>
AsyncJSON. newArray(AsyncJSON.Context context)
When a JSON[
is encountered during parsing, this method is called to create a newList
instance.protected java.util.Map<java.lang.String,java.lang.Object>
AsyncJSON. newObject(AsyncJSON.Context context)
When a JSON{
is encountered during parsing, this method is called to create a newMap
instance.
-