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