Package org.nuxeo.ecm.automation.jaxrs
Class DefaultJsonAdapter
- java.lang.Object
-
- org.nuxeo.ecm.automation.jaxrs.DefaultJsonAdapter
-
- All Implemented Interfaces:
JsonAdapter
- Direct Known Subclasses:
TestableJsonAdapter
public class DefaultJsonAdapter extends Object implements JsonAdapter
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description DefaultJsonAdapter(Object object)
-
-
-
Field Detail
-
object
protected Object object
-
-
Constructor Detail
-
DefaultJsonAdapter
public DefaultJsonAdapter(Object object)
-
-
Method Detail
-
toJSON
public void toJSON(OutputStream out) throws IOException
- Specified by:
toJSON
in interfaceJsonAdapter
- Throws:
IOException
-
-