Class TppInfoObaMapperImpl
- java.lang.Object
-
- de.adorsys.ledgers.oba.service.impl.mapper.TppInfoObaMapperImpl
-
- All Implemented Interfaces:
TppInfoObaMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-04-01T10:22:18+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.10 (Azul Systems, Inc.)") @Component public class TppInfoObaMapperImpl extends Object implements TppInfoObaMapper
-
-
Constructor Summary
Constructors Constructor Description TppInfoObaMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TppInfoTOtoTppInfoTO(de.adorsys.psd2.consent.domain.TppInfoEntity source)List<TppInfoTO>toTppInfoTOs(List<de.adorsys.psd2.consent.domain.TppInfoEntity> source)
-
-
-
Method Detail
-
toTppInfoTO
public TppInfoTO toTppInfoTO(de.adorsys.psd2.consent.domain.TppInfoEntity source)
- Specified by:
toTppInfoTOin interfaceTppInfoObaMapper
-
toTppInfoTOs
public List<TppInfoTO> toTppInfoTOs(List<de.adorsys.psd2.consent.domain.TppInfoEntity> source)
- Specified by:
toTppInfoTOsin interfaceTppInfoObaMapper
-
-