public class DefaultJSONStringEntity extends BoxBase implements IBoxJSONStringEntity
IBoxJSONStringEntity
, this class utilizes Jackson JSON processer to
convert object into JSON String.Constructor and Description |
---|
DefaultJSONStringEntity() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toJSONString(IBoxJSONParser parser)
Convert to JSON String.
|
public java.lang.String toJSONString(IBoxJSONParser parser) throws BoxJSONException
IBoxJSONStringEntity
toJSONString
in interface IBoxJSONStringEntity
parser
- json parserBoxJSONException