Uses of Class
org.tavall.couriers.api.qr.metadata.QRMetaData
Packages that use QRMetaData
-
Uses of QRMetaData in org.tavall.couriers.api.qr.cache
Subclasses with type arguments of type QRMetaData in org.tavall.couriers.api.qr.cacheMethods in org.tavall.couriers.api.qr.cache with parameters of type QRMetaDataModifier and TypeMethodDescriptionvoidQRCodeCache.registerQRCode(QRMetaData qrData) static <T> TQRCodeCache.runAsync(QRMetaData initialData, Callable<T> task) -
Uses of QRMetaData in org.tavall.couriers.api.qr.generate
Methods in org.tavall.couriers.api.qr.generate that return QRMetaDataModifier and TypeMethodDescriptionQRCodeGenerator.createQRCodeWithData(String data) QRCodeGenerator.createQRCodeWithData(String data, int width, int height) QRCodeGenerator.createQRCodeWithData(String data, String imageFormat, com.google.zxing.BarcodeFormat barcodeFormat, int qrWidth, int qrHeight) Generates a QR Code for custom data string and caches the result.QRCodeGenerator.createQRCodeWithUUID()QRCodeGenerator.createQRCodeWithUUID(int width, int height) QRCodeGenerator.createQRCodeWithUUID(String path) QRCodeGenerator.createQRCodeWithUUID(GenerateUUID newGeneratedUUID, String imageFormat, com.google.zxing.BarcodeFormat barcodeFormat, int qrWidth, int qrHeight) Generates a QR Code for a UUID and caches the result.