public class StringToDBObjectContentTypeConverter extends AbstractContentTypeConverter<String,com.mongodb.DBObject>
Constructor and Description |
---|
StringToDBObjectContentTypeConverter() |
Modifier and Type | Method and Description |
---|---|
com.mongodb.DBObject |
convert(String original)
Converts the given object into another.
|
Class<String> |
expectedSourceType()
The expected type of input data.
|
Class<com.mongodb.DBObject> |
targetType()
The returned type of IntermediateRepresentation
|
convert
public StringToDBObjectContentTypeConverter()
public Class<String> expectedSourceType()
ContentTypeConverter
public Class<com.mongodb.DBObject> targetType()
ContentTypeConverter
public com.mongodb.DBObject convert(String original)
ContentTypeConverter
SerializedObject
instance.original
- the value to convertCopyright © 2010-2014. All Rights Reserved.