public class DefaultBuilderCustomization<T> extends Object implements BuilderCustomization<T>
DefaultBuilderCustomization
class is the default implementation
of BuilderCustomization
.Constructor and Description |
---|
DefaultBuilderCustomization() |
Modifier and Type | Method and Description |
---|---|
ParameterizedBuilder<T> |
getCustomBuilder()
Obtains the custom
ParameterizedBuilder . |
void |
setCustomBuilder(ParameterizedBuilder<T> bldr)
Sets the
ParameterizedBuilder to be used as the alternate builder. |
public ParameterizedBuilder<T> getCustomBuilder()
ParameterizedBuilder
.getCustomBuilder
in interface BuilderCustomization<T>
ParameterizedBuilder
public void setCustomBuilder(ParameterizedBuilder<T> bldr)
ParameterizedBuilder
to be used as the alternate builder.setCustomBuilder
in interface BuilderCustomization<T>
bldr
- the ParameterizedBuilder