Package design.pattern.creational
Interface Builder
public interface Builder
Builder
is used when the constructor is complex or object creation has multiple steps-
Method Summary
-
Method Details
-
build
Entity build()
-
Builder
is used when the constructor is complex or object creation has multiple steps