public class ArrayTypeProcessor extends Object implements TypeProcessor<ArrayType>
| Constructor and Description |
|---|
ArrayTypeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
processObject(Object object)
Returns an
Object which has been processed for serving by a JSON
REST resource. |
public Object processObject(Object object) throws org.codehaus.jettison.json.JSONException
TypeProcessorObject which has been processed for serving by a JSON
REST resource.
The object parameter must be the correct OpenType.
Should return either an Object or a JSONObject.processObject in interface TypeProcessor<ArrayType>object - The object to process.Object form of object.org.codehaus.jettison.json.JSONExceptionCopyright © 2017. All rights reserved.