-
- All Implemented Interfaces:
public final class ExtractionMapperHelper class to map the Extraction from the Gini Bank API lib to the Gini Capture SDK's GiniCaptureExtraction and vice versa.
-
-
Method Summary
Modifier and Type Method Description static List<GiniCaptureExtraction>mapListToGiniCapture(@NonNull() List<Extraction> sourceList)Map a list of Extractions from the Gini Bank API lib to a list of Gini Capture SDK GiniCaptureExtractions. static GiniCaptureExtractionmap(@NonNull() Extraction source)Map an Extraction from the Gini Bank API lib to the Gini Capture SDK's . static List<Extraction>mapListToApiSdk(@NonNull() List<GiniCaptureExtraction> sourceList)Map a list of GiniCaptureExtractions from the Gini Capture SDK to a list of Gini API SDK Extractions. static Extractionmap(@NonNull() GiniCaptureExtraction source)Map a GiniCaptureExtraction from the Gini Capture SDK to the Gini Bank API lib's . -
-
Method Detail
-
mapListToGiniCapture
@NonNull() static List<GiniCaptureExtraction> mapListToGiniCapture(@NonNull() List<Extraction> sourceList)
Map a list of Extractions from the Gini Bank API lib to a list of Gini Capture SDK GiniCaptureExtractions.
- Parameters:
sourceList- list of Gini Bank API lib Extractions
-
map
@NonNull() static GiniCaptureExtraction map(@NonNull() Extraction source)
Map an Extraction from the Gini Bank API lib to the Gini Capture SDK's .
- Parameters:
source- Gini Bank API lib Extraction
-
mapListToApiSdk
@NonNull() static List<Extraction> mapListToApiSdk(@NonNull() List<GiniCaptureExtraction> sourceList)
Map a list of GiniCaptureExtractions from the Gini Capture SDK to a list of Gini API SDK Extractions.
- Parameters:
sourceList- list of Gini Capture SDK GiniCaptureExtractions
-
-
-
-