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
Currently, the object mapper can only inject into record classes and fields of classes. To ease the creation of immutable objects, we should generalize the constructor injection performed by the record field discoverer to support any object, where the target constructor is annotated with @Setting.
The text was updated successfully, but these errors were encountered:
Currently, the object mapper can only inject into
record
classes and fields of classes. To ease the creation of immutable objects, we should generalize the constructor injection performed by therecord
field discoverer to support any object, where the target constructor is annotated with@Setting
.The text was updated successfully, but these errors were encountered: