Interface MongoMultiMatchMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoMultiMatch,
,MultiMatch> MapperRegistry.ReversibleMapper<MongoMultiMatch,
MultiMatch>
- All Known Implementing Classes:
MongoMultiMatchMapperImpl
public interface MongoMultiMatchMapper
extends MapperRegistry.ReversibleMapper<MongoMultiMatch,MultiMatch>
-
Method Summary
Modifier and TypeMethodDescriptionforward
(MongoMultiMatch source) Maps the source to the destination.reverse
(MultiMatch source) Maps the destination to the source.Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Method Details
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapper
Maps the destination to the source.- Specified by:
reverse
in interfaceMapperRegistry.ReversibleMapper<MongoMultiMatch,
MultiMatch> - Parameters:
source
- the source object- Returns:
- the destination type.
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoMultiMatch,
MultiMatch> - Parameters:
source
- the source to the destination- Returns:
- the destination
-