public abstract static class QATranslator.BaseBuilder<T extends QATranslator.BaseBuilder>
extends java.lang.Object
| Constructor and Description |
|---|
BaseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
T |
optBatchifier(Batchifier batchifier)
Sets the
Batchifier for the Translator. |
protected abstract T |
self() |
public T optBatchifier(Batchifier batchifier)
Batchifier for the Translator.batchifier - the Batchifier to be setprotected abstract T self()