Interface InjectMapperLibrary<MappingExecutionPoints extends java.lang.Enum<?>>
-
public interface InjectMapperLibrary<MappingExecutionPoints extends java.lang.Enum<?>>
Features implement this interface to use a Mapper Library
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
injectMapperLibrary(MapperLibrary<MappingExecutionPoints> mapperLibrary, MapperFacilities mapperFacilities)
Inject a mapper library
-
-
-
Method Detail
-
injectMapperLibrary
void injectMapperLibrary(MapperLibrary<MappingExecutionPoints> mapperLibrary, MapperFacilities mapperFacilities)
Inject a mapper library- Parameters:
mapperLibrary
- mapper library for access to mappersmapperFacilities
- facilities used by mappers in the library
-
-