Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VirtualProperty(s) are ignored with AccessorOrder #349

Closed
four43 opened this issue Oct 1, 2014 · 2 comments
Closed

VirtualProperty(s) are ignored with AccessorOrder #349

four43 opened this issue Oct 1, 2014 · 2 comments

Comments

@four43
Copy link

four43 commented Oct 1, 2014

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

@patrickkempff
Copy link

I have the same problem. Are there any updates on this issue?

@goetas
Copy link
Collaborator

goetas commented Apr 25, 2017

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.

@goetas goetas closed this as completed Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants