@Service
public static interface FieldReplacer.Factory
Factory performs to create field replacers.
All implementations should be specified in META-INF/com.devexperts.qd.qtp.FieldReplacer$Factory file.
| Modifier and Type | Method and Description |
|---|---|
FieldReplacer |
createFieldReplacer(String fieldReplacerSpec,
DataScheme dataScheme)
Creates
field replacer for specified data scheme
from specification. |
@Nullable FieldReplacer createFieldReplacer(String fieldReplacerSpec, DataScheme dataScheme)
field replacer for specified data scheme
from specification.
NOTE: the only one factory can support specification.
fieldReplacerSpec - specification of FieldReplacer. The specification should start with
"<factory_name>:" to detect should factory support the specification or not.dataScheme - current data schemefield replacer if this factory supports specification,
null otherwise.Copyright © 2002–2025 Devexperts LLC. All rights reserved.