beanpuree icon indicating copy to clipboard operation
beanpuree copied to clipboard

Setters only and builders support

Open limansky opened this issue 7 years ago • 0 comments

Support classes which has only setters. It's also required to fill existing instance. Something like:

val bf = BeanFiller[PersonJava.Builder]

val personJava = bf.fill(PersonJava.newBuilder)(PersonScala("John Doe", 42)).build

limansky avatar Nov 28 '17 15:11 limansky