| Class | Description |
|---|---|
| MongoNodeToMongoSocketAddressConverter |
Converts MongoNode to MongoSocketAddress without a replication port
so that to search in hash maps.
|
| StringToMongoRsStatusConverter |
Converts a string to an instance of MongoRsStatus.
|
| UserInputToApplicationPropertiesConverter |
Converts MongoReplicaSetInputProperties to ApplicationProperties
by evaluating properties located in different sources
(a yml file, a system property or a default value).
|
| VersionConverter |
Converts a string to an instance of MongoDbVersion following Semantic Versioning.
|
| YmlConverterImpl |
Converts an input stream representing a yml file to a proper dto.
|