public interface BuilderCustomization<T>
BuilderCustomization
is one that allows an alternate
builder, as a ParameterizedBuilder
, to be provided so that the said class
may use it for realizing objects.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. |
ParameterizedBuilder<T> getCustomBuilder()
ParameterizedBuilder
.ParameterizedBuilder
void setCustomBuilder(ParameterizedBuilder<T> bldr)
ParameterizedBuilder
to be used as the alternate builder.bldr
- the ParameterizedBuilder