Package io.scanbot.sdk.barcode.entity
Object BarcodeDocumentLibrary
-
- All Implemented Interfaces:
public class BarcodeDocumentLibraryProvides an ability to convert the GenericDocument object to a strongly typed successor of the GenericDocumentWrapper class.
-
-
Field Summary
Fields Modifier and Type Field Description public final static BarcodeDocumentLibraryINSTANCE
-
Method Summary
Modifier and Type Method Description final GenericDocumentWrapperwrap(GenericDocument $self)An extension function for GenericDocument class final GenericDocumentWrapperwrapperFromGenericDocument(GenericDocument genericDocument)Converts the given generic document to a strongly typed wrapper -
-
Method Detail
-
wrap
final GenericDocumentWrapper wrap(GenericDocument $self)
An extension function for GenericDocument class
-
wrapperFromGenericDocument
final GenericDocumentWrapper wrapperFromGenericDocument(GenericDocument genericDocument)
Converts the given generic document to a strongly typed wrapper
- Parameters:
genericDocument- document to convert
-
-
-
-