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
Sorry for the terribly long feedback loop. This issue has been already solved, if the problem still occurs, feel free to comment it here, and I will re-open it again.
Specifying something like
@AccessorOrder("propA","virtualProp1","propB")
at the top of a class will reproduce our of expected order data like:
{
"propA": "hello",
"propB":"world",
"virtualProp1":"nope"
}
Exclusion policy is set to all then properties are exposed via groups.
Just a small ordering issue we came across. Virtual properties are working great for us other than that. They are great for our use case.
Thanks,
-Seth
The text was updated successfully, but these errors were encountered: