protected abstract static class AbstractAddCustom.Builder<T extends AbstractAddCustom.Builder> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
module |
| Modifier and Type | Method and Description |
|---|---|
T |
addConfiguration(String name,
boolean value) |
T |
addConfiguration(String name,
String value) |
abstract <S extends AbstractAddCustom> |
build() |
protected void |
checkClassNameAndModule() |
T |
className(String className) |
T |
module(String module) |
T |
replaceExisting() |
public Builder(String name)
public abstract <S extends AbstractAddCustom> S build()
public final T replaceExisting()
protected final void checkClassNameAndModule()
Copyright © 2021. All rights reserved.