Package 

Class BoxMapper

  • All Implemented Interfaces:

    
    public final class BoxMapper
    
                        

    Helper class to map the Box from the Gini Bank API lib to the Gini Capture SDK's and vice versa.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static GiniCaptureBox map(@Nullable() Box source) Map a Box from the Gini Bank API lib to the Gini Capture SDK's GiniCaptureBox.
      static Box map(@Nullable() GiniCaptureBox source) Map a GiniCaptureBox from the Gini Capture SDK to the Gini Bank API lib's Box.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • map

        @Nullable() static GiniCaptureBox map(@Nullable() Box source)

        Map a Box from the Gini Bank API lib to the Gini Capture SDK's GiniCaptureBox.

        Parameters:
        source - Gini Bank API lib Box
      • map

        @Nullable() static Box map(@Nullable() GiniCaptureBox source)

        Map a GiniCaptureBox from the Gini Capture SDK to the Gini Bank API lib's Box.

        Parameters:
        source - Gini Capture SDK GiniCaptureBox