You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EasyRandom uses the setter if bypassSetters=false but only when the the Randomizer supports this type (see FieldPopulator.populateField). But now I have the following situation: My type is not supported (ObjectProperty<>) but the parameter type (LocalTime) of the corresponding setter is supported. Even that EasyRandom supports LocalTime it is not possible to generate an object.
EasyRandom uses the setter if
bypassSetters=false
but only when the the Randomizer supports this type (see FieldPopulator.populateField). But now I have the following situation: My type is not supported (ObjectProperty<>) but the parameter type (LocalTime) of the corresponding setter is supported. Even that EasyRandom supports LocalTime it is not possible to generate an object.In my optinon following steps would be better:
bypassSetters=false
: Take parameter type of setter1.1 If parameter type is not supported then throw error
Any thoughts on this issue? If desired I could look into it. Thanks!
The text was updated successfully, but these errors were encountered: