Interface MongoCallbackDefinitionMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoCallbackDefinition,
,CallbackDefinition> MapperRegistry.ReversibleMapper<MongoCallbackDefinition,
CallbackDefinition>
- All Known Implementing Classes:
MongoCallbackDefinitionMapperImpl
public interface MongoCallbackDefinitionMapper
extends MapperRegistry.ReversibleMapper<MongoCallbackDefinition,CallbackDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionforward
(MongoCallbackDefinition source) Maps the source to the destination.reverse
(CallbackDefinition 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
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoCallbackDefinition,
CallbackDefinition> - Parameters:
source
- the source to the destination- Returns:
- the destination
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapper
Maps the destination to the source.- Specified by:
reverse
in interfaceMapperRegistry.ReversibleMapper<MongoCallbackDefinition,
CallbackDefinition> - Parameters:
source
- the source object- Returns:
- the destination type.
-