Uses of Class
org.tavall.couriers.api.utils.uuid.GenerateUUID
Packages that use GenerateUUID
-
Uses of GenerateUUID in org.tavall.couriers.api.qr.generate
Methods in org.tavall.couriers.api.qr.generate with parameters of type GenerateUUIDModifier and TypeMethodDescriptionQRCodeGenerator.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. -
Uses of GenerateUUID in org.tavall.couriers.api.qr.metadata
Methods in org.tavall.couriers.api.qr.metadata that return GenerateUUIDConstructors in org.tavall.couriers.api.qr.metadata with parameters of type GenerateUUIDModifierConstructorDescriptionQRMetaData(QRType qrType, GenerateUUID uuid, String qrData, Instant createdAt, QRState qrState)