public class DBObjectToStringContentTypeConverter extends Object implements ContentTypeConverter<com.mongodb.DBObject,String>
| Constructor and Description | 
|---|
DBObjectToStringContentTypeConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
convert(com.mongodb.DBObject original)
Converts the given object into another. 
 | 
Class<com.mongodb.DBObject> | 
expectedSourceType()
The expected type of input data. 
 | 
Class<String> | 
targetType()
The returned type of IntermediateRepresentation 
 | 
public DBObjectToStringContentTypeConverter()
public Class<com.mongodb.DBObject> expectedSourceType()
ContentTypeConverterexpectedSourceType in interface ContentTypeConverter<com.mongodb.DBObject,String>public Class<String> targetType()
ContentTypeConvertertargetType in interface ContentTypeConverter<com.mongodb.DBObject,String>public String convert(com.mongodb.DBObject original)
ContentTypeConverterSerializedObject
 instance.convert in interface ContentTypeConverter<com.mongodb.DBObject,String>original - the value to convertCopyright © 2010–2018. All rights reserved.