-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to parse (nested) interfaces? How to map interfaces to concrete implementation? #65
Comments
@bravehorsie Commented |
@marceloverdijk Commented |
@bravehorsie Commented |
@marceloverdijk Commented |
|
I have a interface model like:
For each interface there is a single implementation.
Important to note that the model contains nested properties/types using (again) interfaces.
How can this be parsed?
Above gives exception:
javax.json.bind.JsonbException: interface com.acme.Customer not instantiable
Note: I cannot change the interfaces nor the concrete implementations as these are provided.
The text was updated successfully, but these errors were encountered: