Class HandledRCoreDomainMapperImpl

  • All Implemented Interfaces:
    com.rcore.commons.mapper.DataMapper<io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError,​io.foodtechlab.exceptionhandler.core.Error>, com.rcore.commons.mapper.ExampleDataMapper<io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError,​io.foodtechlab.exceptionhandler.core.Error>, HandledRCoreDomainMapper

    @Generated(value="org.mapstruct.ap.MappingProcessor",
               date="2024-02-06T17:49:57+0300",
               comments="version: 1.5.2.Final, compiler: javac, environment: Java 11.0.21 (Amazon.com Inc.)")
    @Component
    public class HandledRCoreDomainMapperImpl
    extends Object
    implements HandledRCoreDomainMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError inverseMap​(io.foodtechlab.exceptionhandler.core.Error arg0)  
      io.foodtechlab.exceptionhandler.core.Error map​(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError arg0)  
      protected io.foodtechlab.exceptionhandler.core.Error.PresentationData presentationDataToPresentationData​(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.PresentationData presentationData)  
      protected io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.PresentationData presentationDataToPresentationData1​(io.foodtechlab.exceptionhandler.core.Error.PresentationData presentationData)  
      • Methods inherited from interface com.rcore.commons.mapper.DataMapper

        mapAll
      • Methods inherited from interface com.rcore.commons.mapper.ExampleDataMapper

        inverseMapAll
    • Constructor Detail

      • HandledRCoreDomainMapperImpl

        public HandledRCoreDomainMapperImpl()
    • Method Detail

      • map

        public io.foodtechlab.exceptionhandler.core.Error map​(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError arg0)
        Specified by:
        map in interface com.rcore.commons.mapper.DataMapper<io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError,​io.foodtechlab.exceptionhandler.core.Error>
      • inverseMap

        public io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError inverseMap​(io.foodtechlab.exceptionhandler.core.Error arg0)
        Specified by:
        inverseMap in interface com.rcore.commons.mapper.ExampleDataMapper<io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError,​io.foodtechlab.exceptionhandler.core.Error>
      • presentationDataToPresentationData

        protected io.foodtechlab.exceptionhandler.core.Error.PresentationData presentationDataToPresentationData​(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.PresentationData presentationData)
      • presentationDataToPresentationData1

        protected io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.PresentationData presentationDataToPresentationData1​(io.foodtechlab.exceptionhandler.core.Error.PresentationData presentationData)