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 regexes, location constraints, and other field-specific settings.

symbologies
@NonNull Iterable<Symbology> getSymbologies()
void setSymbologies(@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 BuilderType setSymbology(Symbology symbology)

Added in version 6.21.0

Set the symbology that is expected to be present in the barcode field.

setSymbologies(symbologies)
@NonNull BuilderType setSymbologies(Symbology symbologies)

Added in version 6.21.0

Set the symbologies that are expected to be present in the barcode field.

setSymbologies(symbologies)
@NonNull BuilderType setSymbologies(@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 BuilderType setSymbology(@NonNull SymbologySettings symbology)

Added in version 6.21.0

Set the symbology that is expected to be present in the barcode field.