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