public class DBObjectToStringContentTypeConverter extends Object implements org.axonframework.serialization.ContentTypeConverter<com.mongodb.DBObject,String>
| Constructor and Description |
|---|
DBObjectToStringContentTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(com.mongodb.DBObject original) |
Class<com.mongodb.DBObject> |
expectedSourceType() |
Class<String> |
targetType() |
public DBObjectToStringContentTypeConverter()
public Class<com.mongodb.DBObject> expectedSourceType()
expectedSourceType in interface org.axonframework.serialization.ContentTypeConverter<com.mongodb.DBObject,String>public Class<String> targetType()
targetType in interface org.axonframework.serialization.ContentTypeConverter<com.mongodb.DBObject,String>Copyright © 2010–2022. All rights reserved.