@Generated(value="org.mapstruct.ap.MappingProcessor", date="2020-04-13T12:46:54+0000", comments="version: 1.3.0.Final, compiler: javac, environment: Java 1.8.0_242 (Private Build)") @Component public class PostingMapperImpl extends Object implements PostingMapper
| Constructor and Description |
|---|
PostingMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.ledgers.postings.api.domain.PostingBO |
buildPosting(LocalDateTime pstTime,
String paymentId,
String oprDetails,
de.adorsys.ledgers.postings.api.domain.LedgerBO ledger,
String userName) |
de.adorsys.ledgers.postings.api.domain.PostingLineBO |
buildPostingLine(String lineDetails,
de.adorsys.ledgers.postings.api.domain.LedgerAccountBO ledgerAccount,
BigDecimal debitAmount,
BigDecimal creditAmount,
String subOprSrcId,
String lineId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidpublic de.adorsys.ledgers.postings.api.domain.PostingBO buildPosting(LocalDateTime pstTime, String paymentId, String oprDetails, de.adorsys.ledgers.postings.api.domain.LedgerBO ledger, String userName)
buildPosting in interface PostingMapperpublic de.adorsys.ledgers.postings.api.domain.PostingLineBO buildPostingLine(String lineDetails, de.adorsys.ledgers.postings.api.domain.LedgerAccountBO ledgerAccount, BigDecimal debitAmount, BigDecimal creditAmount, String subOprSrcId, String lineId)
buildPostingLine in interface PostingMapperCopyright © 2020. All rights reserved.