Class BarcodeJsonExtensionsKt
-
- All Implemented Interfaces:
public final class BarcodeJsonExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static BarcodeFormat
toSdk(JsonBarcodeFormat $self)
Converts JSON-compatible object to SDK object. final static BarcodeScannerEngineMode
toSdk(JsonEngineMode $self)
Converts JSON-compatible object to SDK object. final static BarcodeDocumentFormat
toSdk(JsonBarcodeDocumentFormat $self)
Converts JSON-compatible object to SDK object. final static MsiPlesseyChecksumAlgorithm
toSdk(JsonMSIPlesseyChecksumAlgorithm $self)
Converts JSON-compatible object to SDK object. final static Gs1Handling
toSdk(JsonGs1HandlingMode $self)
Converts JSON-compatible object to SDK object. final static AustraliaPostCustomerFormat
toSdk(JsonAustraliaPostCustomerFormat $self)
final static BarcodeOverlayTextFormat
toSdk(JsonBarcodeOverlayTextFormat $self)
Converts JSON-compatible object to SDK object final static BarcodeConfirmationDialogConfiguration
toSdk(JsonConfirmationDialogConfiguration $self)
Converts JSON-compatible object to SDK object final static SelectionOverlayConfiguration
toSdk(JsonSelectionOverlayConfiguration $self)
Converts JSON-compatible object to SDK object final static JsonBarcodeFormat
toJsonV1(BarcodeFormat $self)
Converts SDK object to JSON-compatible object. final static JsonEngineMode
toJsonV1(BarcodeScannerEngineMode $self)
Converts SDK object to JSON-compatible object. final static JsonBarcodeDocumentFormat
toJsonV1(BarcodeDocumentFormat $self)
Converts SDK object to JSON-compatible object. final static JsonAustraliaPostCustomerFormat
toJsonV1(AustraliaPostCustomerFormat $self)
final static JsonMSIPlesseyChecksumAlgorithm
toJsonV1(MsiPlesseyChecksumAlgorithm $self)
Converts SDK object to JSON-compatible object. final static JsonGs1HandlingMode
toJsonV1(Gs1Handling $self)
Converts SDK object to JSON-compatible object. final static JsonBarcodeOverlayTextFormat
toJsonV1(BarcodeOverlayTextFormat $self)
Converts SDK object to JSON-compatible object. final static JsonConfirmationDialogConfiguration
toJsonV1(BarcodeConfirmationDialogConfiguration $self)
Converts SDK object to JSON-compatible object. final static JsonSelectionOverlayConfiguration
toJsonV1(SelectionOverlayConfiguration $self)
Converts SDK object to JSON-compatible object.
-
-
-
Method Detail
-
toSdk
final static BarcodeFormat toSdk(JsonBarcodeFormat $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static BarcodeScannerEngineMode toSdk(JsonEngineMode $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static BarcodeDocumentFormat toSdk(JsonBarcodeDocumentFormat $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static MsiPlesseyChecksumAlgorithm toSdk(JsonMSIPlesseyChecksumAlgorithm $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static Gs1Handling toSdk(JsonGs1HandlingMode $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static AustraliaPostCustomerFormat toSdk(JsonAustraliaPostCustomerFormat $self)
-
toSdk
final static BarcodeOverlayTextFormat toSdk(JsonBarcodeOverlayTextFormat $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static BarcodeConfirmationDialogConfiguration toSdk(JsonConfirmationDialogConfiguration $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static SelectionOverlayConfiguration toSdk(JsonSelectionOverlayConfiguration $self)
Converts JSON-compatible object to SDK object
-
toJsonV1
final static JsonBarcodeFormat toJsonV1(BarcodeFormat $self)
Converts SDK object to JSON-compatible object.
-
toJsonV1
final static JsonEngineMode toJsonV1(BarcodeScannerEngineMode $self)
Converts SDK object to JSON-compatible object.
-
toJsonV1
final static JsonBarcodeDocumentFormat toJsonV1(BarcodeDocumentFormat $self)
Converts SDK object to JSON-compatible object.
-
toJsonV1
final static JsonAustraliaPostCustomerFormat toJsonV1(AustraliaPostCustomerFormat $self)
-
toJsonV1
final static JsonMSIPlesseyChecksumAlgorithm toJsonV1(MsiPlesseyChecksumAlgorithm $self)
Converts SDK object to JSON-compatible object.
-
toJsonV1
final static JsonGs1HandlingMode toJsonV1(Gs1Handling $self)
Converts SDK object to JSON-compatible object.
-
toJsonV1
final static JsonBarcodeOverlayTextFormat toJsonV1(BarcodeOverlayTextFormat $self)
Converts SDK object to JSON-compatible object.
-
toJsonV1
final static JsonConfirmationDialogConfiguration toJsonV1(BarcodeConfirmationDialogConfiguration $self)
Converts SDK object to JSON-compatible object.
-
toJsonV1
final static JsonSelectionOverlayConfiguration toJsonV1(SelectionOverlayConfiguration $self)
Converts SDK object to JSON-compatible object.
-
-