S - The super type of the entity, i.e. the generated super class.B - The builder type of the entity.public interface IBuilderFactory<S extends IEntity,B extends IEntityBuilder>
| Modifier and Type | Method and Description |
|---|---|
B |
newInstance()
Create a new builder with all fields initialized to default values.
|
B |
newInstance(S initial)
Create a new builder with all fields initialized from the given builder.
|
B newInstance()
B newInstance(S initial)
initial - A builder or instance whose values are copied into a new builder.Copyright © 2018 Symphony Software Foundation. All rights reserved.