public class StringToDBObjectContentTypeConverter extends org.axonframework.serializer.AbstractContentTypeConverter<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() |
Copyright © 2010-2014. All Rights Reserved.