-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
YAML anchor UnresolvedForwardReference with builder #292
Labels
yaml
Issue related to YAML format backend
Comments
For reference, the original lombok code is:
|
And this is with a reasonably recent Jackson version? (2.12.5 or 2.13.0) |
Ah, yes. Object Identity does not work with Builders; combination is not supported. So this is unlikely to work in near future; it does not work with JSON either. |
@cowtowncoder Well it does work if base type is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
YAML anchor resolution fails with UnresolvedForwardReference in the following code.
throws
Note that changing
interface Base
tostatic class Base
resolves the problem, however I require an interface. Everything else works fine except using anchors.The text was updated successfully, but these errors were encountered: