Class BarcodeJsonExtensionsKt
-
- All Implemented Interfaces:
public final class BarcodeJsonExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static BarcodeFormattoSdk(JsonBarcodeFormat $self)Converts JSON-compatible object to SDK object. final static BarcodeScannerEngineModetoSdk(JsonEngineMode $self)Converts JSON-compatible object to SDK object. final static BarcodeDocumentFormattoSdk(JsonBarcodeDocumentFormat $self)Converts JSON-compatible object to SDK object. final static MsiPlesseyChecksumAlgorithmtoSdk(JsonMSIPlesseyChecksumAlgorithm $self)Converts JSON-compatible object to SDK object. final static Gs1HandlingtoSdk(JsonGs1HandlingMode $self)Converts JSON-compatible object to SDK object. final static AustraliaPostCustomerFormattoSdk(JsonAustraliaPostCustomerFormat $self)final static BarcodeOverlayTextFormattoSdk(JsonBarcodeOverlayTextFormat $self)Converts JSON-compatible object to SDK object final static BarcodeConfirmationDialogConfigurationtoSdk(JsonConfirmationDialogConfiguration $self)Converts JSON-compatible object to SDK object final static SelectionOverlayConfigurationtoSdk(JsonSelectionOverlayConfiguration $self)Converts JSON-compatible object to SDK object final static JsonBarcodeFormattoJsonV1(BarcodeFormat $self)Converts SDK object to JSON-compatible object. final static JsonEngineModetoJsonV1(BarcodeScannerEngineMode $self)Converts SDK object to JSON-compatible object. final static JsonBarcodeDocumentFormattoJsonV1(BarcodeDocumentFormat $self)Converts SDK object to JSON-compatible object. final static JsonAustraliaPostCustomerFormattoJsonV1(AustraliaPostCustomerFormat $self)final static JsonMSIPlesseyChecksumAlgorithmtoJsonV1(MsiPlesseyChecksumAlgorithm $self)Converts SDK object to JSON-compatible object. final static JsonGs1HandlingModetoJsonV1(Gs1Handling $self)Converts SDK object to JSON-compatible object. final static JsonBarcodeOverlayTextFormattoJsonV1(BarcodeOverlayTextFormat $self)Converts SDK object to JSON-compatible object. final static JsonConfirmationDialogConfigurationtoJsonV1(BarcodeConfirmationDialogConfiguration $self)Converts SDK object to JSON-compatible object. final static JsonSelectionOverlayConfigurationtoJsonV1(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.
-
-
-
-