Barcode Field Builder
Defined in package com.scandit.datacapture.label.capture
- BarcodeFieldBuilder
class BarcodeFieldBuilder<BuilderType, FieldType> : LabelFieldDefinitionBuilder
Added in version 6.21.0
Builder class for creating barcode field definitions. Provides a fluent interface for configuring barcode field properties including symbologies, validation patterns, location constraints, and other field-specific settings.
- symbologies
@NonNull Iterable<Symbology> getSymbologies()
voidsetSymbologies(@NonNull Iterable<Symbology> value)Added in version 6.21.0
The symbologies that are expected to be present in the barcode field.
- setSymbology(symbology)
@NonNull
BuilderTypesetSymbology(Symbology symbology)Added in version 6.21.0
Set the symbology that is expected to be present in the barcode field.
- setSymbologies(symbologies)
@NonNull
BuilderTypesetSymbologies(Symbology symbologies)Added in version 6.21.0
Set the symbologies that are expected to be present in the barcode field.
- setSymbologies(symbologies)
@NonNull
BuilderTypesetSymbologies(@NonNull Iterable<Symbology> symbologies)Added in version 6.21.0
Set the symbologies that are expected to be present in the barcode field.
- setSymbology(symbology)
@NonNull
BuilderTypesetSymbology(@NonNull SymbologySettings symbology)Added in version 6.21.0
Set the symbology that is expected to be present in the barcode field.