Class MapperRepositoryImpl
java.lang.Object
io.github.opensabe.mapstruct.core.MapperRepositoryImpl
- All Implemented Interfaces:
MapperRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> FromMapMapper<T>getMapMapper(Class<T> target) <S,T> CommonCopyMapper<S, T> <S,T> void register(Class<S> source, Class<T> target, CommonCopyMapper<S, T> mapper) <T> voidregister(Class<T> target, FromMapMapper<T> mapper) <T> voidregister(Class<T> target, SelfCopyMapper<T> mapper) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.opensabe.mapstruct.core.MapperRepository
getMapper
-
Constructor Details
-
MapperRepositoryImpl
public MapperRepositoryImpl()
-
-
Method Details
-
getMapper
- Specified by:
getMapperin interfaceMapperRepository
-
getMapMapper
- Specified by:
getMapMapperin interfaceMapperRepository
-
register
- Specified by:
registerin interfaceMapperRepository
-
register
- Specified by:
registerin interfaceMapperRepository
-
register
- Specified by:
registerin interfaceMapperRepository
-