Package io.anyline2.camera
Class NativeBarcodeFormatToAnylineBarcodeFormatMapper
-
- All Implemented Interfaces:
public class NativeBarcodeFormatToAnylineBarcodeFormatMapper
-
-
Field Summary
Fields Modifier and Type Field Description public static Mapper<Integer, BarcodeFormat>
instance
public static Mapper<BarcodeFormat, Integer>
revInstance
-
Constructor Summary
Constructors Constructor Description NativeBarcodeFormatToAnylineBarcodeFormatMapper()
-
Method Summary
Modifier and Type Method Description static Mapper<Integer, BarcodeFormat>
getInstance()
static void
setInstance(Mapper<Integer, BarcodeFormat> instance)
static Mapper<BarcodeFormat, Integer>
getRevInstance()
static void
setRevInstance(Mapper<BarcodeFormat, Integer> revInstance)
-
-
Method Detail
-
getInstance
static Mapper<Integer, BarcodeFormat> getInstance()
-
setInstance
static void setInstance(Mapper<Integer, BarcodeFormat> instance)
-
getRevInstance
static Mapper<BarcodeFormat, Integer> getRevInstance()
-
setRevInstance
static void setRevInstance(Mapper<BarcodeFormat, Integer> revInstance)
-
-
-
-