|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonBeanProcessor | |
|---|---|
| net.sf.json | The core of the library |
| net.sf.json.processors | Support for custom serialization |
| Uses of JsonBeanProcessor in net.sf.json |
|---|
| Methods in net.sf.json that return JsonBeanProcessor | |
|---|---|
JsonBeanProcessor |
JsonConfig.findJsonBeanProcessor(Class target)
Finds a JsonBeanProcessor registered to the target class. Returns null if none is registered. |
| Methods in net.sf.json with parameters of type JsonBeanProcessor | |
|---|---|
void |
JsonConfig.registerJsonBeanProcessor(Class target,
JsonBeanProcessor jsonBeanProcessor)
Registers a JsonValueProcessor. |
| Uses of JsonBeanProcessor in net.sf.json.processors |
|---|
| Classes in net.sf.json.processors that implement JsonBeanProcessor | |
|---|---|
class |
JsDateJsonBeanProcessor
Transforms a java.util.Date into a JSONObject ideal for JsDate conversion. Example: |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||