T
- The type built by the builderB
- The child builder typepublic interface ResettableBuilder<T,B extends ResettableBuilder<T,B>>
Modifier and Type | Method and Description |
---|---|
B |
from(T value)
Resets this builder to the values of the given built object.
|
B |
reset()
Resets this builder to a "default" state such that there is no
remaining data to set.
|
B from(T value)
value
- The built objectB reset()