Class MongoOAuth2AuthSchemeMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoOAuth2AuthSchemeMapperImpl
- All Implemented Interfaces:
MongoOAuth2AuthSchemeMapper,MapperRegistry.Mapper<MongoOAuth2AuthScheme,,OAuth2AuthScheme> MapperRegistry.ReversibleMapper<MongoOAuth2AuthScheme,OAuth2AuthScheme>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-08-01T00:30:19+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoOAuth2AuthSchemeMapperImpl
extends Object
implements MongoOAuth2AuthSchemeMapper
-
Constructor Summary
Constructors -
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceTypeMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Constructor Details
-
MongoOAuth2AuthSchemeMapperImpl
public MongoOAuth2AuthSchemeMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoOAuth2AuthScheme,OAuth2AuthScheme> - Specified by:
forwardin interfaceMongoOAuth2AuthSchemeMapper- 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> - Specified by:
reversein interfaceMongoOAuth2AuthSchemeMapper- Parameters:
source- the source object- Returns:
- the destination type.
-