public interface FieldReplacer
QTP parser.| Modifier and Type | Interface and Description |
|---|---|
static interface |
FieldReplacer.Factory
The
Factory performs to create field replacers. |
| Modifier and Type | Field and Description |
|---|---|
static String |
DELIMITER
Field replacer configuration delimiter
|
| Modifier and Type | Method and Description |
|---|---|
Consumer<RecordCursor> |
createFieldReplacer(DataRecord dataRecord)
Creates consumer to be used to update fields in
RecordCursor
with specified data record. |
static final String DELIMITER
@Nullable Consumer<RecordCursor> createFieldReplacer(DataRecord dataRecord)
RecordCursor
with specified data record.dataRecord - specified data recordFieldReplacer's specification
or null if no updates are needed for specified data record.FieldReplacer.FactoryCopyright © 2002–2025 Devexperts LLC. All rights reserved.