| 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 |
|---|---|
(package private) JSONHint |
JSON.Context.skipHint |
| Modifier and Type | Method and Description |
|---|---|
JSONHint |
JSON.Context.getHint()
Returns the current hint annotation.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
JSON.Context.enter(java.lang.Object key,
JSONHint hint) |
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,RPCServlet.RouteMapping> |
RPCServlet.Config.mappings |
java.util.Map<java.lang.String,RESTServlet.RouteMapping> |
RESTServlet.Config.mappings |
Container.ProcessorConfig |
Container.processor |
java.lang.Class<? extends JSON> |
Container.ProcessorConfig.type |