| Package | Description |
|---|---|
| net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
| net.arnx.jsonic.web |
Provides classes for JSON-RPC or Restful Web Service.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<? extends JSON> |
JSON.prototype
Setup your custom class for using static method.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static JSON |
JSON.newInstance() |
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class<? extends JSON> |
Container.ProcessorConfig.type |
| Modifier and Type | Method and Description |
|---|---|
(package private) JSON |
Container.createJSON(java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
Container.execute(JSON json,
java.lang.Object component,
java.lang.reflect.Method method,
java.util.List<?> params) |