EMV QR code decoder.See: Description
| Interface | Description | 
|---|---|
| EmvDecoder | 
 Decoder class providing method to decode a given content of a QR code. 
 | 
| EmvFactory | 
 Factory class providing capability to create particular decoder. 
 | 
| EmvTransactionInfo | 
 Provides interface to obtain particular transaction data read from the QR code. 
 | 
| Class | Description | 
|---|---|
| EmvModule | 
 Module class, which is used to instantiate a service by  
EmvService.createService(EmvModule) method. | 
| EmvService | 
 Service class providing factory for creating decoder. 
 | 
| OptionalDO<T> | 
 Subset implementation of Optional class from Java 8 
 | 
EMV QR code decoder.