Bekreth / jetedge

A Java library to take POJO classes and create a stream of randomized instances.
Apache License 2.0
6 stars 8 forks source link

Create a temporary object holder #130

Open Bekreth opened 6 years ago

Bekreth commented 6 years ago

What shortcoming will this fix cover

This will allow users to generate objects that aren't necessarily mapped directly into the overall Pojo that is being generated.

Why its important to make this change

Currently, the MorphLimiter can only be used against a single value/limiter. By having some form of generated state that is kept in the generator object, it would allow for an unrelated object to be created that is then used everywhere within the the generator for morph/correlation.

How much time I would invest in making this patch (if I had the free time to do it)

3 hours