Java Question Is it possible to wrap a Builder pattern?

moster67

Expert
Licensed User
Longtime User
Is it possible to wrap a Builder pattern?
I think the JavaObject uses a Builder pattern so probably it is possible. Any idea how to do it, perhaps an example?

Edit
Maybe javaobject is an example of method chaining and is not relevant to the Builder?

Thanks.
 
Last edited:
Top