Interface MongoOAuth2AuthSchemeMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoOAuth2AuthScheme,,OAuth2AuthScheme> MapperRegistry.ReversibleMapper<MongoOAuth2AuthScheme,OAuth2AuthScheme>
- All Known Implementing Classes:
MongoOAuth2AuthSchemeMapperImpl
public interface MongoOAuth2AuthSchemeMapper
extends MapperRegistry.ReversibleMapper<MongoOAuth2AuthScheme,OAuth2AuthScheme>
-
Method Summary
Modifier and TypeMethodDescriptionforward(MongoOAuth2AuthScheme source) Maps the source to the destination.reverse(OAuth2AuthScheme source) Maps the destination to the source.Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoOAuth2AuthScheme,OAuth2AuthScheme> - Parameters:
source- the source to the destination- Returns:
- the destination
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapperMaps the destination to the source.- Specified by:
reversein interfaceMapperRegistry.ReversibleMapper<MongoOAuth2AuthScheme,OAuth2AuthScheme> - Parameters:
source- the source object- Returns:
- the destination type.
-