Class QrService

  • All Implemented Interfaces:
    IQrService

    @Service
    public class QrService
    extends java.lang.Object
    implements IQrService
    • Constructor Summary

      Constructors 
      Constructor Description
      QrService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.io.File> generateToFile​(QrCode code)  
      java.util.Optional<java.io.InputStream> generateToStream​(QrCode code)  
      java.util.Optional<java.io.File> generateWithLogo​(QrCode code, java.io.InputStream imageStream)  
      • Methods inherited from class java.lang.Object

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

      • QrService

        public QrService()
    • Method Detail

      • generateWithLogo

        public java.util.Optional<java.io.File> generateWithLogo​(QrCode code,
                                                                 java.io.InputStream imageStream)
        Specified by:
        generateWithLogo in interface IQrService