Skip to content

An interface that provides a fluent API for constructing Java objects.

Notifications You must be signed in to change notification settings

QuiWorks/buildable-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

buildable-interface

An interface that provides a fluent API for constructing Java objects.

Example usage:

Pojo pojo = new Pojo().build(p -> p
                      .set(p::name, "joe")
                      .set(p::age, 1));

About

An interface that provides a fluent API for constructing Java objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages