Class HandledRCoreDomainMapperImpl
- java.lang.Object
-
- io.foodtechlab.exception.converter.rcore.resource.mappers.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
-
-
Constructor Summary
Constructors Constructor Description HandledRCoreDomainMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreErrorinverseMap(io.foodtechlab.exceptionhandler.core.Error arg0)io.foodtechlab.exceptionhandler.core.Errormap(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError arg0)protected io.foodtechlab.exceptionhandler.core.Error.PresentationDatapresentationDataToPresentationData(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.PresentationData presentationData)protected io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.PresentationDatapresentationDataToPresentationData1(io.foodtechlab.exceptionhandler.core.Error.PresentationData presentationData)
-
-
-
Method Detail
-
map
public io.foodtechlab.exceptionhandler.core.Error map(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.RCoreError arg0)
- Specified by:
mapin interfacecom.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:
inverseMapin interfacecom.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)
-
-