Interface | Description |
---|---|
JSONUtil.ClassVisitor |
Realizes the visit(Class) method called by vistInterfaces for all
encountered classes/interfaces
|
Class | Description |
---|---|
JSONCleaner |
Isolate the process of cleaning JSON data from the Interceptor class
itself.
|
JSONCleaner.Filter | |
JSONInterceptor |
Populates an action from a JSON string
|
JSONPopulator |
Isolate the process of populating JSON objects from the Interceptor class
itself.
|
JSONReader |
Deserializes and object from a JSON string
|
JSONResult |
This result serializes an action
into JSON.
|
JSONUtil |
Wrapper for JSONWriter with some utility methods.
|
JSONValidationInterceptor |
Serializes validation and action errors into JSON.
|
JSONWriter |
Serializes an object into JavaScript Object Notation (JSON).
|
JSONWriter.JSONAnnotationFinder | |
SerializationParams |
Exception | Description |
---|---|
JSONException |
Wrap exceptions throwed by the JSON serializer
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.