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 Detail

      • injectMapperLibrary

        void injectMapperLibrary​(MapperLibrary<MappingExecutionPoints> mapperLibrary,
                                 MapperFacilities mapperFacilities)
        Inject a mapper library
        Parameters:
        mapperLibrary - mapper library for access to mappers
        mapperFacilities - facilities used by mappers in the library