Class QRCodeService


  • @Service
    public class QRCodeService
    extends Object
    Class represent service which is responsible for QR code generation
    • Constructor Detail

      • QRCodeService

        public QRCodeService()
    • Method Detail

      • generateQRCodeImage

        public BufferedImage generateQRCodeImage​(String text)
                                          throws Exception
        Generates QR code with given text
        Parameters:
        text - text to encode
        Returns:
        image of QR code
        Throws:
        Exception - exception