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 | Method and Description |
---|---|
java.util.function.Consumer<RecordCursor> |
createFieldReplacer(DataRecord dataRecord)
Creates consumer to be used to update fields in
RecordCursor
with specified data record . |
@Nullable java.util.function.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.Factory
Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.