Package ca.cdr.api.util
Class MappingMessageTransactionLogUtil
java.lang.Object
ca.cdr.api.util.MappingMessageTransactionLogUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionLogStepJson
createTransactionLogStep
(List<MappingMessage> theIssues) Given a set of mapping issues (if any), generate aTransactionLogStepJson
that can be sent to the transaction log service.
-
Method Details
-
createTransactionLogStep
@Nullable public static TransactionLogStepJson createTransactionLogStep(List<MappingMessage> theIssues) Given a set of mapping issues (if any), generate aTransactionLogStepJson
that can be sent to the transaction log service. Will only return an object if any issues are actually present, otherwise returns null.- Returns:
- Returns null if no issues detected
-