Class QRCodeServices


  • public class QRCodeServices
    extends java.lang.Object
    Services for QRCode.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX_SIZE  
      static int MIN_SIZE  
      static java.lang.String module  
    • Constructor Summary

      Constructors 
      Constructor Description
      QRCodeServices()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.Object> generateQRCodeImage​(DispatchContext ctx, java.util.Map<java.lang.String,​java.lang.Object> context)
      Streams QR Code to the result.
      • Methods inherited from class java.lang.Object

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

      • QRCodeServices

        public QRCodeServices()
    • Method Detail

      • generateQRCodeImage

        public static java.util.Map<java.lang.String,​java.lang.Object> generateQRCodeImage​(DispatchContext ctx,
                                                                                                 java.util.Map<java.lang.String,​java.lang.Object> context)
        Streams QR Code to the result.