Package ca.cdr.api.util
Class MappingMessageTransactionLogUtil
java.lang.Object
ca.cdr.api.util.MappingMessageTransactionLogUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionLogStepJsoncreateTransactionLogStep(List<MappingMessage> theIssues) Given a set of mapping issues (if any), generate aTransactionLogStepJsonthat 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 aTransactionLogStepJsonthat 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
-