| Package | Description |
|---|---|
| com.google.zxing.qrcode.encoder | QR code encoding implementation for ZXing. |
| Modifier and Type | Method and Description |
|---|---|
static QRCode | Encoder.encode(String content,
ErrorCorrectionLevel ecLevel)Encode the given content into a QR Code. |
static QRCode | Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
Map<EncodeHintType,?> hints)Encode content into a QR Code with hints for encoding options. |